Html Css Color HEX #5773CA Havelock Blue

📋 copy color: '#5773CA'

red 87 ◦ green 115 ◦ blue 202

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

Shades of Havelock Blue #5773CA

Tints of Havelock Blue #5773CA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.47%

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

R = 21.53%
G = 28.47%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5773CA (or 0x5773CA) is known color: Havelock Blue. HEX triplet: 57, 73 and CA. RGB value is (87,115,202). Sum of RGB (Red+Green+Blue) = 87+115+202=404 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.53% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #5773CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5773CA is #A88C35. Grayscale: #747474. Windows color (decimal): -11045942 or 13267799. OLE color: 13267799.

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

Color convert

RGB 87 115 202 -
CMYK 0.57 0.43 0 0.21
HSL 225.39º 0.52% 0.57% -
HSV(B) 225.39º 0.57% 0.79% -
XYZ 20.72 18.55 58.37 -
YUV 116.55 176.22 106.93 -
System Red Green Blue C M Y K H S L
Decimal 87 115 202 0.57 0.43 0 0.21 225.39 0.52 0.57
Hex 57 73 CA 39 2B 0 15 E1 34 39
Octal 127 163 312 71 53 0 25 341 64 71
Binary 1010111 1110011 11001010 111001 101011 0 10101 11100001 110100 111001

Color Harmonies of #5773CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5773CA

Black with #5773CA

Text Example


Text Example

White with #5773CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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