Html Css Color HEX #5773CB Havelock Blue

📋 copy color: '#5773CB'

red 87 ◦ green 115 ◦ blue 203

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

Shades of Havelock Blue #5773CB

Tints of Havelock Blue #5773CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.12%

R = 21.48%
G = 28.4%
B = 50.12%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5773CB (or 0x5773CB) is known color: Havelock Blue. HEX triplet: 57, 73 and CB. RGB value is (87,115,203). Sum of RGB (Red+Green+Blue) = 87+115+203=405 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.48% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #5773CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5773CB is #A88C34. Grayscale: #747474. Windows color (decimal): -11045941 or 13333335. OLE color: 13333335.

HSL color Cylindrical-coordinate representation of color #5773CB: hue angle of 225.52º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5773CB is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 115 203 -
CMYK 0.57 0.43 0 0.20
HSL 225.52º 0.53% 0.57% -
HSV(B) 225.52º 0.57% 0.8% -
XYZ 20.84 18.6 58.99 -
YUV 116.66 176.72 106.84 -
System Red Green Blue C M Y K H S L
Decimal 87 115 203 0.57 0.43 0 0.20 225.52 0.53 0.57
Hex 57 73 CB 39 2B 0 14 E2 35 39
Octal 127 163 313 71 53 0 24 342 65 71
Binary 1010111 1110011 11001011 111001 101011 0 10100 11100010 110101 111001

Color Harmonies of #5773CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5773CB

Black with #5773CB

Text Example


Text Example

White with #5773CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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