#5F79CF

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

Shades of Havelock Blue #5F79CF

Tints of Havelock Blue #5F79CF

Color information

#5F79CF (or 0x5F79CF) is unknown color: approx Havelock Blue. HEX triplet: 5F, 79 and CF. RGB value is (95,121,207). Sum of RGB (Red+Green+Blue) = 95+121+207=423 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.46% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #5F79CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F79CF is #A08630. Grayscale: #7A7A7A. Windows color (decimal): -10520113 or 13597023. OLE color: 13597023.

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

Color convert

RGB95121207-
CMYK0.540.4200.19
HSL226.07º53.85%59.22%-
HSV(B)226.07º54.11%81.18%-
XYZ22.8220.6161.81-
YUV123.03175.39108.01-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.46%
GREEN value IS 121 (47.66% from 255) = 28.61%
BLUE value IS 207 (81.25% from 255) = 48.94%
R=22.46%
G=28.61%
B=48.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal951212070.540.4200.19226.0753.8559.22
Hex5F79CF362A013e2363b
Octal13717131766520233426673
Binary101111111110011100111111011010101001001111100010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F79CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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