Html Css Color HEX #5780BA Havelock Blue

📋 copy color: '#5780BA'

red 87 ◦ green 128 ◦ blue 186

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

Shades of Havelock Blue #5780BA

Tints of Havelock Blue #5780BA

RGB

 RED value IS 87 (34.38% from 255) = 21.7%

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

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

R = 21.7%
G = 31.92%
B = 46.38%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5780BA (or 0x5780BA) is known color: Havelock Blue. HEX triplet: 57, 80 and BA. RGB value is (87,128,186). Sum of RGB (Red+Green+Blue) = 87+128+186=401 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.70% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #5780BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5780BA is #A87F45. Grayscale: #7A7A7A. Windows color (decimal): -11042630 or 12222551. OLE color: 12222551.

HSL color Cylindrical-coordinate representation of color #5780BA: hue angle of 215.15º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5780BA is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 128 186 -
CMYK 0.53 0.31 0 0.27
HSL 215.15º 0.42% 0.54% -
HSV(B) 215.15º 0.53% 0.73% -
XYZ 20.51 21.01 49.43 -
YUV 122.35 163.92 102.78 -
System Red Green Blue C M Y K H S L
Decimal 87 128 186 0.53 0.31 0 0.27 215.15 0.42 0.54
Hex 57 80 BA 35 1F 0 1B D7 2A 36
Octal 127 200 272 65 37 0 33 327 52 66
Binary 1010111 10000000 10111010 110101 11111 0 11011 11010111 101010 110110

Color Harmonies of #5780BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5780BA

Black with #5780BA

Text Example


Text Example

White with #5780BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5780BA; }

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

 H1.HeaderClassName
 {
   color: #5780BA;
 }
 .AnyTagClassName
 {
   color: #5780BA;
 }
</style>

background-color css

<style>
 a { background-color: #5780BA; }

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

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

border-color css

<style>
 span { border-color: #5780BA; }

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

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