#5F79CE

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

Shades of Havelock Blue #5F79CE

Tints of Havelock Blue #5F79CE

Color information

#5F79CE (or 0x5F79CE) is unknown color: approx Havelock Blue. HEX triplet: 5F, 79 and CE. RGB value is (95,121,206). Sum of RGB (Red+Green+Blue) = 95+121+206=422 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.51% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F79CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F79CE is #A08631. Grayscale: #7A7A7A. Windows color (decimal): -10520114 or 13531487. OLE color: 13531487.

HSL color Cylindrical-coordinate representation of color #5F79CE: hue angle of 225.95º 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 #5F79CE is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB95121206-
CMYK0.540.4100.19
HSL225.95º53.11%59.02%-
HSV(B)225.95º53.88%80.78%-
XYZ22.720.5661.17-
YUV122.92174.89108.09-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.51%
GREEN value IS 121 (47.66% from 255) = 28.67%
BLUE value IS 206 (80.86% from 255) = 48.82%
R=22.51%
G=28.67%
B=48.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal951212060.540.4100.19225.9553.1159.02
Hex5F79CE3629013e2353b
Octal13717131666510233426573
Binary101111111110011100111011011010100101001111100010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F79CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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