Html Css Color HEX #5780BC Havelock Blue

📋 copy color: '#5780BC'

red 87 ◦ green 128 ◦ blue 188

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

Shades of Havelock Blue #5780BC

Tints of Havelock Blue #5780BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.65%

R = 21.59%
G = 31.76%
B = 46.65%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5780BC (or 0x5780BC) is known color: Havelock Blue. HEX triplet: 57, 80 and BC. RGB value is (87,128,188). Sum of RGB (Red+Green+Blue) = 87+128+188=403 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.59% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #5780BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5780BC is #A87F43. Grayscale: #7A7A7A. Windows color (decimal): -11042628 or 12353623. OLE color: 12353623.

HSL color Cylindrical-coordinate representation of color #5780BC: hue angle of 215.64º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5780BC is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 128 188 -
CMYK 0.54 0.32 0 0.26
HSL 215.64º 0.43% 0.54% -
HSV(B) 215.64º 0.54% 0.74% -
XYZ 20.73 21.1 50.56 -
YUV 122.58 164.92 102.62 -
System Red Green Blue C M Y K H S L
Decimal 87 128 188 0.54 0.32 0 0.26 215.64 0.43 0.54
Hex 57 80 BC 36 20 0 1A D8 2B 36
Octal 127 200 274 66 40 0 32 330 53 66
Binary 1010111 10000000 10111100 110110 100000 0 11010 11011000 101011 110110

Color Harmonies of #5780BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5780BC

Black with #5780BC

Text Example


Text Example

White with #5780BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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