#555B75

Color #555B75 East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #555B75

Tints of East Bay #555B75

Color information

#555B75 (or 0x555B75) is unknown color: approx East Bay. HEX triplet: 55, 5B and 75. RGB value is (85,91,117). Sum of RGB (Red+Green+Blue) = 85+91+117=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 117 - color contains mainly: blue. Hex color #555B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555B75 is #AAA48A. Grayscale: #5C5C5C. Windows color (decimal): -11183243 or 7691093. OLE color: 7691093.

HSL color Cylindrical-coordinate representation of color #555B75: hue angle of 228.75º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #555B75 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8591117-
CMYK0.270.2200.54
HSL228.75º15.84%39.61%-
HSV(B)228.75º27.35%45.88%-
XYZ10.710.718.33-
YUV92.17142.01122.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.01%
GREEN value IS 91 (35.94% from 255) = 31.06%
BLUE value IS 117 (46.09% from 255) = 39.93%
R=29.01%
G=31.06%
B=39.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85911170.270.2200.54228.7515.8439.61
Hex555B751B16036e51028
Octal12513316533260663452050
Binary101010110110111110101110111011001101101110010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555B75; }

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

 H1.HeaderClassName
 {
   color: #555B75;
 }
 .AnyTagClassName
 {
   color: #555B75;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #555B75;
 }
 .BgClassName
 {
   background-color: #555B75;
 }
</style>
border-color css

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

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

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