Html Css Color HEX #5781CA Havelock Blue

📋 copy color: '#5781CA'

red 87 ◦ green 129 ◦ blue 202

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

Shades of Havelock Blue #5781CA

Tints of Havelock Blue #5781CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.33%

R = 20.81%
G = 30.86%
B = 48.33%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5781CA (or 0x5781CA) is known color: Havelock Blue. HEX triplet: 57, 81 and CA. RGB value is (87,129,202). Sum of RGB (Red+Green+Blue) = 87+129+202=418 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.81% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #5781CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5781CA is #A87E35. Grayscale: #7C7C7C. Windows color (decimal): -11042358 or 13271383. OLE color: 13271383.

HSL color Cylindrical-coordinate representation of color #5781CA: hue angle of 218.09º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5781CA is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 87 129 202 -
CMYK 0.57 0.36 0 0.21
HSL 218.09º 0.52% 0.57% -
HSV(B) 218.09º 0.57% 0.79% -
XYZ 22.44 21.99 58.94 -
YUV 124.76 171.59 101.06 -
System Red Green Blue C M Y K H S L
Decimal 87 129 202 0.57 0.36 0 0.21 218.09 0.52 0.57
Hex 57 81 CA 39 24 0 15 DA 34 39
Octal 127 201 312 71 44 0 25 332 64 71
Binary 1010111 10000001 11001010 111001 100100 0 10101 11011010 110100 111001

Color Harmonies of #5781CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5781CA

Black with #5781CA

Text Example


Text Example

White with #5781CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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