Html Css Color HEX #5575C3 Havelock Blue

📋 copy color: '#5575C3'

red 85 ◦ green 117 ◦ blue 195

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

Shades of Havelock Blue #5575C3

Tints of Havelock Blue #5575C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 49.12%

R = 21.41%
G = 29.47%
B = 49.12%

CMYK

 C value IS 0.56

 M value IS 0.4

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5575C3 (or 0x5575C3) is known color: Havelock Blue. HEX triplet: 55, 75 and C3. RGB value is (85,117,195). Sum of RGB (Red+Green+Blue) = 85+117+195=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 195 (76.56% from 255 or 49.12% from 397); Max value from RGB is 195 - color contains mainly: blue. Hex color #5575C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5575C3 is #AA8A3C. Grayscale: #737373. Windows color (decimal): -11176509 or 12809557. OLE color: 12809557.

HSL color Cylindrical-coordinate representation of color #5575C3: hue angle of 222.55º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5575C3 is Cyan = 0.56, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 117 195 -
CMYK 0.56 0.4 0 0.24
HSL 222.55º 0.48% 0.55% -
HSV(B) 222.55º 0.56% 0.76% -
XYZ 19.96 18.59 54.17 -
YUV 116.32 172.4 105.66 -
System Red Green Blue C M Y K H S L
Decimal 85 117 195 0.56 0.4 0 0.24 222.55 0.48 0.55
Hex 55 75 C3 38 28 0 18 DF 30 37
Octal 125 165 303 70 50 0 30 337 60 67
Binary 1010101 1110101 11000011 111000 101000 0 11000 11011111 110000 110111

Color Harmonies of #5575C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5575C3

Black with #5575C3

Text Example


Text Example

White with #5575C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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