#5390B9

Color #5390B9 Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #5390B9

Tints of Shakespeare #5390B9

Color information

#5390B9 (or 0x5390B9) is unknown color: approx Shakespeare. HEX triplet: 53, 90 and B9. RGB value is (83,144,185). Sum of RGB (Red+Green+Blue) = 83+144+185=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 185 - color contains mainly: blue. Hex color #5390B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5390B9 is #AC6F46. Grayscale: #828282. Windows color (decimal): -11300679 or 12161107. OLE color: 12161107.

HSL color Cylindrical-coordinate representation of color #5390B9: hue angle of 204.12º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5390B9 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB83144185-
CMYK0.550.2200.27
HSL204.12º42.15%52.55%-
HSV(B)204.12º55.14%72.55%-
XYZ22.325.2949.6-
YUV130.44158.7994.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 20.15%
GREEN value IS 144 (56.64% from 255) = 34.95%
BLUE value IS 185 (72.66% from 255) = 44.90%
R=20.15%
G=34.95%
B=44.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831441850.550.2200.27204.1242.1552.55
Hex5390B9371601Bcc2a35
Octal12322027167260333145265
Binary101001110010000101110011101111011001101111001100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5390B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5390B9; }

 p { color: rgb(83,144,185); }

 H1.HeaderClassName
 {
   color: #5390B9;
 }
 .AnyTagClassName
 {
   color: #5390B9;
 }
</style>
background-color css

<style>
 a { background-color: #5390B9; }

 a { background-color: rgb(83,144,185); }

 div.DivClassName
 {
   background-color: #5390B9;
 }
 .BgClassName
 {
   background-color: #5390B9;
 }
</style>
border-color css

<style>
 span { border-color: #5390B9; }

 span { border-color: rgb(83,144,185); }

 td.TdClassName
 {
   border-color: #5390B9;
 }
 .TagClassName
 {
   border-color: #5390B9;
 }
</style>