Html Css Color HEX #5773CD Havelock Blue

📋 copy color: '#5773CD'

red 87 ◦ green 115 ◦ blue 205

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

Shades of Havelock Blue #5773CD

Tints of Havelock Blue #5773CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.37%

R = 21.38%
G = 28.26%
B = 50.37%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5773CD (or 0x5773CD) is known color: Havelock Blue. HEX triplet: 57, 73 and CD. RGB value is (87,115,205). Sum of RGB (Red+Green+Blue) = 87+115+205=407 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.38% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #5773CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5773CD is #A88C32. Grayscale: #747474. Windows color (decimal): -11045939 or 13464407. OLE color: 13464407.

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

Color convert

RGB 87 115 205 -
CMYK 0.58 0.44 0 0.20
HSL 225.76º 0.54% 0.57% -
HSV(B) 225.76º 0.58% 0.8% -
XYZ 21.08 18.7 60.26 -
YUV 116.89 177.72 106.68 -
System Red Green Blue C M Y K H S L
Decimal 87 115 205 0.58 0.44 0 0.20 225.76 0.54 0.57
Hex 57 73 CD 3A 2C 0 14 E2 36 39
Octal 127 163 315 72 54 0 24 342 66 71
Binary 1010111 1110011 11001101 111010 101100 0 10100 11100010 110110 111001

Color Harmonies of #5773CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5773CD

Black with #5773CD

Text Example


Text Example

White with #5773CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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