Html Css Color HEX #5576CB Havelock Blue

📋 copy color: '#5576CB'

red 85 ◦ green 118 ◦ blue 203

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

Shades of Havelock Blue #5576CB

Tints of Havelock Blue #5576CB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.06%

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

R = 20.94%
G = 29.06%
B = 50%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5576CB (or 0x5576CB) is known color: Havelock Blue. HEX triplet: 55, 76 and CB. RGB value is (85,118,203). Sum of RGB (Red+Green+Blue) = 85+118+203=406 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.94% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #5576CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5576CB is #AA8934. Grayscale: #757575. Windows color (decimal): -11176245 or 13334101. OLE color: 13334101.

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

Color convert

RGB 85 118 203 -
CMYK 0.58 0.42 0 0.20
HSL 223.22º 0.53% 0.56% -
HSV(B) 223.22º 0.58% 0.8% -
XYZ 21 19.2 59.1 -
YUV 117.82 176.07 104.59 -
System Red Green Blue C M Y K H S L
Decimal 85 118 203 0.58 0.42 0 0.20 223.22 0.53 0.56
Hex 55 76 CB 3A 2A 0 14 DF 35 38
Octal 125 166 313 72 52 0 24 337 65 70
Binary 1010101 1110110 11001011 111010 101010 0 10100 11011111 110101 111000

Color Harmonies of #5576CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5576CB

Black with #5576CB

Text Example


Text Example

White with #5576CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,118,203); }

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

background-color css

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

 a { background-color: rgb(85,118,203); }

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

border-color css

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

 span { border-color: rgb(85,118,203); }

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