Html Css Color HEX #5D80BA Havelock Blue

📋 copy color: '#5D80BA'

red 93 ◦ green 128 ◦ blue 186

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

Shades of Havelock Blue #5D80BA

Tints of Havelock Blue #5D80BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.7%

R = 22.85%
G = 31.45%
B = 45.7%

CMYK

 C value IS 0.5

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5D80BA (or 0x5D80BA) is known color: Havelock Blue. HEX triplet: 5D, 80 and BA. RGB value is (93,128,186). Sum of RGB (Red+Green+Blue) = 93+128+186=407 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.85% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D80BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D80BA is #A27F45. Grayscale: #7B7B7B. Windows color (decimal): -10649414 or 12222557. OLE color: 12222557.

HSL color Cylindrical-coordinate representation of color #5D80BA: hue angle of 217.42º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D80BA is Cyan = 0.5, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 128 186 -
CMYK 0.5 0.31 0 0.27
HSL 217.42º 0.4% 0.55% -
HSV(B) 217.42º 0.5% 0.73% -
XYZ 21.1 21.31 49.46 -
YUV 124.15 162.9 105.78 -
System Red Green Blue C M Y K H S L
Decimal 93 128 186 0.5 0.31 0 0.27 217.42 0.4 0.55
Hex 5D 80 BA 32 1F 0 1B D9 28 37
Octal 135 200 272 62 37 0 33 331 50 67
Binary 1011101 10000000 10111010 110010 11111 0 11011 11011001 101000 110111

Color Harmonies of #5D80BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D80BA

Black with #5D80BA

Text Example


Text Example

White with #5D80BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,128,186); }

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

background-color css

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

 a { background-color: rgb(93,128,186); }

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

border-color css

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

 span { border-color: rgb(93,128,186); }

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