#5F83CE

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

Shades of Havelock Blue #5F83CE

Tints of Havelock Blue #5F83CE

Color information

#5F83CE (or 0x5F83CE) is unknown color: approx Havelock Blue. HEX triplet: 5F, 83 and CE. RGB value is (95,131,206). Sum of RGB (Red+Green+Blue) = 95+131+206=432 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.99% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F83CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F83CE is #A07C31. Grayscale: #808080. Windows color (decimal): -10517554 or 13534047. OLE color: 13534047.

HSL color Cylindrical-coordinate representation of color #5F83CE: hue angle of 220.54º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F83CE is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB95131206-
CMYK0.540.3600.19
HSL220.54º53.11%59.02%-
HSV(B)220.54º53.88%80.78%-
XYZ23.9823.1261.59-
YUV128.79171.57103.9-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.99%
GREEN value IS 131 (51.56% from 255) = 30.32%
BLUE value IS 206 (80.86% from 255) = 47.69%
R=21.99%
G=30.32%
B=47.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal951312060.540.3600.19220.5453.1159.02
Hex5F83CE3624013dd353b
Octal13720331666440233356573
Binary1011111100000111100111011011010010001001111011101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F83CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,131,206); }

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

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

 a { background-color: rgb(95,131,206); }

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

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

 span { border-color: rgb(95,131,206); }

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