Html Css Color HEX #5F80BF Havelock Blue

📋 copy color: '#5F80BF'

red 95 ◦ green 128 ◦ blue 191

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

Shades of Havelock Blue #5F80BF

Tints of Havelock Blue #5F80BF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.92%

 BLUE value IS 191 (75% from 255) = 46.14%

R = 22.95%
G = 30.92%
B = 46.14%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5F80BF (or 0x5F80BF) is known color: Havelock Blue. HEX triplet: 5F, 80 and BF. RGB value is (95,128,191). Sum of RGB (Red+Green+Blue) = 95+128+191=414 (54% of max value = 765). Red value is 95 (37.5% from 255 or 22.95% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F80BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F80BF is #A07F40. Grayscale: #7D7D7D. Windows color (decimal): -10518337 or 12550239. OLE color: 12550239.

HSL color Cylindrical-coordinate representation of color #5F80BF: hue angle of 219.38º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F80BF is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 128 191 -
CMYK 0.50 0.33 0 0.25
HSL 219.38º 0.43% 0.56% -
HSV(B) 219.38º 0.5% 0.75% -
XYZ 21.84 21.63 52.31 -
YUV 125.32 165.07 106.38 -
System Red Green Blue C M Y K H S L
Decimal 95 128 191 0.50 0.33 0 0.25 219.38 0.43 0.56
Hex 5F 80 BF 32 21 0 19 DB 2B 38
Octal 137 200 277 62 41 0 31 333 53 70
Binary 1011111 10000000 10111111 110010 100001 0 11001 11011011 101011 111000

Color Harmonies of #5F80BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F80BF

Black with #5F80BF

Text Example


Text Example

White with #5F80BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,128,191); }

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

background-color css

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

 a { background-color: rgb(95,128,191); }

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

border-color css

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

 span { border-color: rgb(95,128,191); }

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