Html Css Color HEX #555971 East Bay

📋 copy color: '#555971'

red 85 ◦ green 89 ◦ blue 113

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

Shades of East Bay #555971

Tints of East Bay #555971

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.01%

 BLUE value IS 113 (44.53% from 255) = 39.37%

R = 29.62%
G = 31.01%
B = 39.37%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#555971 (or 0x555971) is known color: East Bay. HEX triplet: 55, 59 and 71. RGB value is (85,89,113). Sum of RGB (Red+Green+Blue) = 85+89+113=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 113 - color contains mainly: blue. Hex color #555971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555971 is #AAA68E. Grayscale: #5A5A5A. Windows color (decimal): -11183759 or 7428437. OLE color: 7428437.

HSL color Cylindrical-coordinate representation of color #555971: hue angle of 231.43º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #555971 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 89 113 -
CMYK 0.25 0.21 0 0.56
HSL 231.43º 0.14% 0.39% -
HSV(B) 231.43º 0.25% 0.44% -
XYZ 10.3 10.27 17.06 -
YUV 90.54 140.67 124.05 -
System Red Green Blue C M Y K H S L
Decimal 85 89 113 0.25 0.21 0 0.56 231.43 0.14 0.39
Hex 55 59 71 19 15 0 38 E7 E 27
Octal 125 131 161 31 25 0 70 347 16 47
Binary 1010101 1011001 1110001 11001 10101 0 111000 11100111 1110 100111

Color Harmonies of #555971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555971

Black with #555971

Text Example


Text Example

White with #555971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555971; }

 p { color: rgb(85,89,113); }

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

background-color css

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

 a { background-color: rgb(85,89,113); }

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

border-color css

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

 span { border-color: rgb(85,89,113); }

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