#5F75CF

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

Shades of Havelock Blue #5F75CF

Tints of Havelock Blue #5F75CF

Color information

#5F75CF (or 0x5F75CF) is unknown color: approx Havelock Blue. HEX triplet: 5F, 75 and CF. RGB value is (95,117,207). Sum of RGB (Red+Green+Blue) = 95+117+207=419 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.67% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #5F75CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F75CF is #A08A30. Grayscale: #787878. Windows color (decimal): -10521137 or 13595999. OLE color: 13595999.

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

Color convert

RGB95117207-
CMYK0.540.4300.19
HSL228.21º53.85%59.22%-
HSV(B)228.21º54.11%81.18%-
XYZ22.3419.6661.65-
YUV120.68176.71109.68-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.67%
GREEN value IS 117 (46.09% from 255) = 27.92%
BLUE value IS 207 (81.25% from 255) = 49.40%
R=22.67%
G=27.92%
B=49.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal951172070.540.4300.19228.2153.8559.22
Hex5F75CF362B013e4363b
Octal13716531766530233446673
Binary101111111101011100111111011010101101001111100100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F75CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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