#5F86CD

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

Shades of Havelock Blue #5F86CD

Tints of Havelock Blue #5F86CD

Color information

#5F86CD (or 0x5F86CD) is unknown color: approx Havelock Blue. HEX triplet: 5F, 86 and CD. RGB value is (95,134,205). Sum of RGB (Red+Green+Blue) = 95+134+205=434 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.89% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F86CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F86CD is #A07932. Grayscale: #828282. Windows color (decimal): -10516787 or 13469279. OLE color: 13469279.

HSL color Cylindrical-coordinate representation of color #5F86CD: hue angle of 218.73º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F86CD is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB95134205-
CMYK0.540.3500.20
HSL218.73º52.38%58.82%-
HSV(B)218.73º53.66%80.39%-
XYZ24.2623.8961.09-
YUV130.43170.08102.73-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.89%
GREEN value IS 134 (52.73% from 255) = 30.88%
BLUE value IS 205 (80.47% from 255) = 47.24%
R=21.89%
G=30.88%
B=47.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal951342050.540.3500.20218.7352.3858.82
Hex5F86CD3623014db343b
Octal13720631566430243336473
Binary1011111100001101100110111011010001101010011011011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F86CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,134,205); }

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

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

 a { background-color: rgb(95,134,205); }

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

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

 span { border-color: rgb(95,134,205); }

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