Html Css Color HEX #5771CA Havelock Blue

📋 copy color: '#5771CA'

red 87 ◦ green 113 ◦ blue 202

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

Shades of Havelock Blue #5771CA

Tints of Havelock Blue #5771CA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.11%

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

R = 21.64%
G = 28.11%
B = 50.25%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5771CA (or 0x5771CA) is known color: Havelock Blue. HEX triplet: 57, 71 and CA. RGB value is (87,113,202). Sum of RGB (Red+Green+Blue) = 87+113+202=402 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.64% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #5771CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5771CA is #A88E35. Grayscale: #727272. Windows color (decimal): -11046454 or 13267287. OLE color: 13267287.

HSL color Cylindrical-coordinate representation of color #5771CA: hue angle of 226.43º 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 #5771CA is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 87 113 202 -
CMYK 0.57 0.44 0 0.21
HSL 226.43º 0.52% 0.57% -
HSV(B) 226.43º 0.57% 0.79% -
XYZ 20.5 18.1 58.29 -
YUV 115.37 176.89 107.76 -
System Red Green Blue C M Y K H S L
Decimal 87 113 202 0.57 0.44 0 0.21 226.43 0.52 0.57
Hex 57 71 CA 39 2C 0 15 E2 34 39
Octal 127 161 312 71 54 0 25 342 64 71
Binary 1010111 1110001 11001010 111001 101100 0 10101 11100010 110100 111001

Color Harmonies of #5771CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5771CA

Black with #5771CA

Text Example


Text Example

White with #5771CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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