#5383D0

Color #5383D0 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #5383D0

Tints of Havelock Blue #5383D0

Color information

#5383D0 (or 0x5383D0) is unknown color: approx Havelock Blue. HEX triplet: 53, 83 and D0. RGB value is (83,131,208). Sum of RGB (Red+Green+Blue) = 83+131+208=422 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.67% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 208 (81.64% from 255 or 49.29% from 422); Max value from RGB is 208 - color contains mainly: blue. Hex color #5383D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5383D0 is #AC7C2F. Grayscale: #7D7D7D. Windows color (decimal): -11303984 or 13665107. OLE color: 13665107.

HSL color Cylindrical-coordinate representation of color #5383D0: hue angle of 216.96º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5383D0 is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB83131208-
CMYK0.600.3700.18
HSL216.96º57.08%57.06%-
HSV(B)216.96º60.1%81.57%-
XYZ23.0722.6362.83-
YUV125.43174.697.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.67%
GREEN value IS 131 (51.56% from 255) = 31.04%
BLUE value IS 208 (81.64% from 255) = 49.29%
R=19.67%
G=31.04%
B=49.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal831312080.600.3700.18216.9657.0857.06
Hex5383D03C25012d93939
Octal12320332074450223317171
Binary1010011100000111101000011110010010101001011011001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5383D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5383D0; }

 p { color: rgb(83,131,208); }

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

<style>
 a { background-color: #5383D0; }

 a { background-color: rgb(83,131,208); }

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

<style>
 span { border-color: #5383D0; }

 span { border-color: rgb(83,131,208); }

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