Html Css Color HEX #5781DC Havelock Blue

📋 copy color: '#5781DC'

red 87 ◦ green 129 ◦ blue 220

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

Shades of Havelock Blue #5781DC

Tints of Havelock Blue #5781DC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.59%

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

R = 19.95%
G = 29.59%
B = 50.46%

CMYK

 C value IS 0.60

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5781DC (or 0x5781DC) is known color: Havelock Blue. HEX triplet: 57, 81 and DC. RGB value is (87,129,220). Sum of RGB (Red+Green+Blue) = 87+129+220=436 (57% of max value = 765). Red value is 87 (34.38% from 255 or 19.95% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #5781DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5781DC is #A87E23. Grayscale: #7E7E7E. Windows color (decimal): -11042340 or 14451031. OLE color: 14451031.

HSL color Cylindrical-coordinate representation of color #5781DC: hue angle of 221.05º 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 #5781DC is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 129 220 -
CMYK 0.60 0.41 0 0.14
HSL 221.05º 0.66% 0.6% -
HSV(B) 221.05º 0.6% 0.86% -
XYZ 24.7 22.89 70.83 -
YUV 126.82 180.59 99.6 -
System Red Green Blue C M Y K H S L
Decimal 87 129 220 0.60 0.41 0 0.14 221.05 0.66 0.6
Hex 57 81 DC 3C 29 0 E DD 42 3C
Octal 127 201 334 74 51 0 16 335 102 74
Binary 1010111 10000001 11011100 111100 101001 0 1110 11011101 1000010 111100

Color Harmonies of #5781DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5781DC

Black with #5781DC

Text Example


Text Example

White with #5781DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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