#5F87D5

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

Shades of Havelock Blue #5F87D5

Tints of Havelock Blue #5F87D5

Color information

#5F87D5 (or 0x5F87D5) is unknown color: approx Havelock Blue. HEX triplet: 5F, 87 and D5. RGB value is (95,135,213). Sum of RGB (Red+Green+Blue) = 95+135+213=443 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.44% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 213 (83.59% from 255 or 48.08% from 443); Max value from RGB is 213 - color contains mainly: blue. Hex color #5F87D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F87D5 is #A0782A. Grayscale: #838383. Windows color (decimal): -10516523 or 13993823. OLE color: 13993823.

HSL color Cylindrical-coordinate representation of color #5F87D5: hue angle of 219.66º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F87D5 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB95135213-
CMYK0.550.3700.16
HSL219.66º58.42%60.39%-
HSV(B)219.66º55.4%83.53%-
XYZ25.3924.5666.35-
YUV131.93173.75101.66-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.44%
GREEN value IS 135 (53.12% from 255) = 30.47%
BLUE value IS 213 (83.59% from 255) = 48.08%
R=21.44%
G=30.47%
B=48.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal951352130.550.3700.16219.6658.4260.39
Hex5F87D53725010dc3a3c
Octal13720732567450203347274
Binary1011111100001111101010111011110010101000011011100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F87D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,135,213); }

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

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

 a { background-color: rgb(95,135,213); }

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

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

 span { border-color: rgb(95,135,213); }

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