Html Css Color HEX #5F82CF Havelock Blue

📋 copy color: '#5F82CF'

red 95 ◦ green 130 ◦ blue 207

#5F82CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #5F82CF

Tints of Havelock Blue #5F82CF

RGB

 RED value IS 95 (37.5% from 255) = 21.99%

 GREEN value IS 130 (51.17% from 255) = 30.09%

 BLUE value IS 207 (81.25% from 255) = 47.92%

R = 21.99%
G = 30.09%
B = 47.92%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5F82CF (or 0x5F82CF) is known color: Havelock Blue. HEX triplet: 5F, 82 and CF. RGB value is (95,130,207). Sum of RGB (Red+Green+Blue) = 95+130+207=432 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.99% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #5F82CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F82CF is #A07D30. Grayscale: #7F7F7F. Windows color (decimal): -10517809 or 13599327. OLE color: 13599327.

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

Color convert

RGB 95 130 207 -
CMYK 0.54 0.37 0 0.19
HSL 221.25º 0.54% 0.59% -
HSV(B) 221.25º 0.54% 0.81% -
XYZ 23.96 22.9 62.19 -
YUV 128.31 172.4 104.24 -
System Red Green Blue C M Y K H S L
Decimal 95 130 207 0.54 0.37 0 0.19 221.25 0.54 0.59
Hex 5F 82 CF 36 25 0 13 DD 36 3B
Octal 137 202 317 66 45 0 23 335 66 73
Binary 1011111 10000010 11001111 110110 100101 0 10011 11011101 110110 111011

Color Harmonies of #5F82CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F82CF

Black with #5F82CF

Text Example


Text Example

White with #5F82CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F82CF;
 }
 .AnyTagClassName
 {
   color: #5F82CF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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