#5C83D8

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

Shades of Havelock Blue #5C83D8

Tints of Havelock Blue #5C83D8

Color information

#5C83D8 (or 0x5C83D8) is unknown color: approx Havelock Blue. HEX triplet: 5C, 83 and D8. RGB value is (92,131,216). Sum of RGB (Red+Green+Blue) = 92+131+216=439 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.96% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 216 (84.77% from 255 or 49.20% from 439); Max value from RGB is 216 - color contains mainly: blue. Hex color #5C83D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C83D8 is #A37C27. Grayscale: #808080. Windows color (decimal): -10714152 or 14189404. OLE color: 14189404.

HSL color Cylindrical-coordinate representation of color #5C83D8: hue angle of 221.13º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5C83D8 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB92131216-
CMYK0.570.3900.15
HSL221.13º61.39%60.39%-
HSV(B)221.13º57.41%84.71%-
XYZ24.9223.4768.18-
YUV129.03177.08101.59-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.96%
GREEN value IS 131 (51.56% from 255) = 29.84%
BLUE value IS 216 (84.77% from 255) = 49.20%
R=20.96%
G=29.84%
B=49.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal921312160.570.3900.15221.1361.3960.39
Hex5C83D839270Fdd3d3c
Octal13420333071470173357574
Binary101110010000011110110001110011001110111111011101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C83D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C83D8; }

 p { color: rgb(92,131,216); }

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

<style>
 a { background-color: #5C83D8; }

 a { background-color: rgb(92,131,216); }

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

<style>
 span { border-color: #5C83D8; }

 span { border-color: rgb(92,131,216); }

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