Html Css Color HEX #5780DC Havelock Blue

📋 copy color: '#5780DC'

red 87 ◦ green 128 ◦ blue 220

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

Shades of Havelock Blue #5780DC

Tints of Havelock Blue #5780DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.57%

R = 20%
G = 29.43%
B = 50.57%

CMYK

 C value IS 0.60

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5780DC (or 0x5780DC) is known color: Havelock Blue. HEX triplet: 57, 80 and DC. RGB value is (87,128,220). Sum of RGB (Red+Green+Blue) = 87+128+220=435 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #5780DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5780DC is #A87F23. Grayscale: #7D7D7D. Windows color (decimal): -11042596 or 14450775. OLE color: 14450775.

HSL color Cylindrical-coordinate representation of color #5780DC: hue angle of 221.5º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5780DC is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 128 220 -
CMYK 0.60 0.42 0 0.14
HSL 221.5º 0.66% 0.6% -
HSV(B) 221.5º 0.6% 0.86% -
XYZ 24.57 22.63 70.78 -
YUV 126.23 180.92 100.02 -
System Red Green Blue C M Y K H S L
Decimal 87 128 220 0.60 0.42 0 0.14 221.5 0.66 0.6
Hex 57 80 DC 3C 2A 0 E DE 42 3C
Octal 127 200 334 74 52 0 16 336 102 74
Binary 1010111 10000000 11011100 111100 101010 0 1110 11011110 1000010 111100

Color Harmonies of #5780DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5780DC

Black with #5780DC

Text Example


Text Example

White with #5780DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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