Html Css Color HEX #5573C0 Havelock Blue

📋 copy color: '#5573C0'

red 85 ◦ green 115 ◦ blue 192

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

Shades of Havelock Blue #5573C0

Tints of Havelock Blue #5573C0

RGB

 RED value IS 85 (33.59% from 255) = 21.68%

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

 BLUE value IS 192 (75.39% from 255) = 48.98%

R = 21.68%
G = 29.34%
B = 48.98%

CMYK

 C value IS 0.56

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5573C0 (or 0x5573C0) is known color: Havelock Blue. HEX triplet: 55, 73 and C0. RGB value is (85,115,192). Sum of RGB (Red+Green+Blue) = 85+115+192=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 192 - color contains mainly: blue. Hex color #5573C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5573C0 is #AA8C3F. Grayscale: #727272. Windows color (decimal): -11177024 or 12612437. OLE color: 12612437.

HSL color Cylindrical-coordinate representation of color #5573C0: hue angle of 223.18º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5573C0 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 115 192 -
CMYK 0.56 0.40 0 0.25
HSL 223.18º 0.46% 0.54% -
HSV(B) 223.18º 0.56% 0.75% -
XYZ 19.39 18 52.32 -
YUV 114.81 171.56 106.74 -
System Red Green Blue C M Y K H S L
Decimal 85 115 192 0.56 0.40 0 0.25 223.18 0.46 0.54
Hex 55 73 C0 38 28 0 19 DF 2E 36
Octal 125 163 300 70 50 0 31 337 56 66
Binary 1010101 1110011 11000000 111000 101000 0 11001 11011111 101110 110110

Color Harmonies of #5573C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5573C0

Black with #5573C0

Text Example


Text Example

White with #5573C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5573C0; }

 p { color: rgb(85,115,192); }

 H1.HeaderClassName
 {
   color: #5573C0;
 }
 .AnyTagClassName
 {
   color: #5573C0;
 }
</style>

background-color css

<style>
 a { background-color: #5573C0; }

 a { background-color: rgb(85,115,192); }

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

border-color css

<style>
 span { border-color: #5573C0; }

 span { border-color: rgb(85,115,192); }

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