Html Css Color HEX #5780B4 Havelock Blue

📋 copy color: '#5780B4'

red 87 ◦ green 128 ◦ blue 180

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

Shades of Havelock Blue #5780B4

Tints of Havelock Blue #5780B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 45.57%

R = 22.03%
G = 32.41%
B = 45.57%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5780B4 (or 0x5780B4) is known color: Havelock Blue. HEX triplet: 57, 80 and B4. RGB value is (87,128,180). Sum of RGB (Red+Green+Blue) = 87+128+180=395 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.03% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 180 (70.70% from 255 or 45.57% from 395); Max value from RGB is 180 - color contains mainly: blue. Hex color #5780B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5780B4 is #A87F4B. Grayscale: #797979. Windows color (decimal): -11042636 or 11829335. OLE color: 11829335.

HSL color Cylindrical-coordinate representation of color #5780B4: hue angle of 213.55º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5780B4 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 87 128 180 -
CMYK 0.52 0.29 0 0.29
HSL 213.55º 0.38% 0.52% -
HSV(B) 213.55º 0.52% 0.71% -
XYZ 19.89 20.76 46.14 -
YUV 121.67 160.92 103.27 -
System Red Green Blue C M Y K H S L
Decimal 87 128 180 0.52 0.29 0 0.29 213.55 0.38 0.52
Hex 57 80 B4 34 1D 0 1D D6 26 34
Octal 127 200 264 64 35 0 35 326 46 64
Binary 1010111 10000000 10110100 110100 11101 0 11101 11010110 100110 110100

Color Harmonies of #5780B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5780B4

Black with #5780B4

Text Example


Text Example

White with #5780B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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