Html Css Color HEX #5F7FAF Havelock Blue

📋 copy color: '#5F7FAF'

red 95 ◦ green 127 ◦ blue 175

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

Shades of Havelock Blue #5F7FAF

Tints of Havelock Blue #5F7FAF

RGB

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

 GREEN value IS 127 (50% from 255) = 31.99%

 BLUE value IS 175 (68.75% from 255) = 44.08%

R = 23.93%
G = 31.99%
B = 44.08%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5F7FAF (or 0x5F7FAF) is known color: Havelock Blue. HEX triplet: 5F, 7F and AF. RGB value is (95,127,175). Sum of RGB (Red+Green+Blue) = 95+127+175=397 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.93% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #5F7FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7FAF is #A08050. Grayscale: #7A7A7A. Windows color (decimal): -10518609 or 11501407. OLE color: 11501407.

HSL color Cylindrical-coordinate representation of color #5F7FAF: hue angle of 216º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F7FAF is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 95 127 175 -
CMYK 0.46 0.27 0 0.31
HSL 216º 0.33% 0.53% -
HSV(B) 216º 0.46% 0.69% -
XYZ 20.05 20.71 43.5 -
YUV 122.9 157.4 108.1 -
System Red Green Blue C M Y K H S L
Decimal 95 127 175 0.46 0.27 0 0.31 216 0.33 0.53
Hex 5F 7F AF 2E 1B 0 1F D8 21 35
Octal 137 177 257 56 33 0 37 330 41 65
Binary 1011111 1111111 10101111 101110 11011 0 11111 11011000 100001 110101

Color Harmonies of #5F7FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7FAF

Black with #5F7FAF

Text Example


Text Example

White with #5F7FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,127,175); }

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

background-color css

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

 a { background-color: rgb(95,127,175); }

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

border-color css

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

 span { border-color: rgb(95,127,175); }

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