Html Css Color HEX #5575CB Havelock Blue

📋 copy color: '#5575CB'

red 85 ◦ green 117 ◦ blue 203

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

Shades of Havelock Blue #5575CB

Tints of Havelock Blue #5575CB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.89%

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

R = 20.99%
G = 28.89%
B = 50.12%

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

#5575CB (or 0x5575CB) is known color: Havelock Blue. HEX triplet: 55, 75 and CB. RGB value is (85,117,203). Sum of RGB (Red+Green+Blue) = 85+117+203=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 117 (46.09% from 255 or 28.89% 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 #5575CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5575CB is #AA8A34. Grayscale: #747474. Windows color (decimal): -11176501 or 13333845. OLE color: 13333845.

HSL color Cylindrical-coordinate representation of color #5575CB: hue angle of 223.73º 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 #5575CB is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 117 203 -
CMYK 0.58 0.42 0 0.20
HSL 223.73º 0.53% 0.56% -
HSV(B) 223.73º 0.58% 0.8% -
XYZ 20.89 18.97 59.06 -
YUV 117.24 176.4 105.01 -
System Red Green Blue C M Y K H S L
Decimal 85 117 203 0.58 0.42 0 0.20 223.73 0.53 0.56
Hex 55 75 CB 3A 2A 0 14 E0 35 38
Octal 125 165 313 72 52 0 24 340 65 70
Binary 1010101 1110101 11001011 111010 101010 0 10100 11100000 110101 111000

Color Harmonies of #5575CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5575CB

Black with #5575CB

Text Example


Text Example

White with #5575CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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