Html Css Color HEX #5D7FAF Havelock Blue

📋 copy color: '#5D7FAF'

red 93 ◦ green 127 ◦ blue 175

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

Shades of Havelock Blue #5D7FAF

Tints of Havelock Blue #5D7FAF

RGB

 RED value IS 93 (36.72% from 255) = 23.54%

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

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

R = 23.54%
G = 32.15%
B = 44.3%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5D7FAF (or 0x5D7FAF) is known color: Havelock Blue. HEX triplet: 5D, 7F and AF. RGB value is (93,127,175). Sum of RGB (Red+Green+Blue) = 93+127+175=395 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.54% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D7FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7FAF is #A28050. Grayscale: #7A7A7A. Windows color (decimal): -10649681 or 11501405. OLE color: 11501405.

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

Color convert

RGB 93 127 175 -
CMYK 0.47 0.27 0 0.31
HSL 215.12º 0.34% 0.53% -
HSV(B) 215.12º 0.47% 0.69% -
XYZ 19.84 20.6 43.49 -
YUV 122.31 157.74 107.1 -
System Red Green Blue C M Y K H S L
Decimal 93 127 175 0.47 0.27 0 0.31 215.12 0.34 0.53
Hex 5D 7F AF 2F 1B 0 1F D7 22 35
Octal 135 177 257 57 33 0 37 327 42 65
Binary 1011101 1111111 10101111 101111 11011 0 11111 11010111 100010 110101

Color Harmonies of #5D7FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7FAF

Black with #5D7FAF

Text Example


Text Example

White with #5D7FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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