#5C83C7

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

Shades of Havelock Blue #5C83C7

Tints of Havelock Blue #5C83C7

Color information

#5C83C7 (or 0x5C83C7) is unknown color: approx Havelock Blue. HEX triplet: 5C, 83 and C7. RGB value is (92,131,199). Sum of RGB (Red+Green+Blue) = 92+131+199=422 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.80% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 199 (78.12% from 255 or 47.16% from 422); Max value from RGB is 199 - color contains mainly: blue. Hex color #5C83C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C83C7 is #A37C38. Grayscale: #7E7E7E. Windows color (decimal): -10714169 or 13075292. OLE color: 13075292.

HSL color Cylindrical-coordinate representation of color #5C83C7: hue angle of 218.13º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C83C7 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB92131199-
CMYK0.540.3400.22
HSL218.13º48.86%57.06%-
HSV(B)218.13º53.77%78.04%-
XYZ22.8422.6357.2-
YUV127.09168.58102.97-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.80%
GREEN value IS 131 (51.56% from 255) = 31.04%
BLUE value IS 199 (78.12% from 255) = 47.16%
R=21.80%
G=31.04%
B=47.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal921311990.540.3400.22218.1348.8657.06
Hex5C83C73622016da3139
Octal13420330766420263326171
Binary1011100100000111100011111011010001001011011011010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C83C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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