#555B74

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

Shades of East Bay #555B74

Tints of East Bay #555B74

Color information

#555B74 (or 0x555B74) is unknown color: approx East Bay. HEX triplet: 55, 5B and 74. RGB value is (85,91,116). Sum of RGB (Red+Green+Blue) = 85+91+116=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 116 (45.70% from 255 or 39.73% from 292); Max value from RGB is 116 - color contains mainly: blue. Hex color #555B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555B74 is #AAA48B. Grayscale: #5B5B5B. Windows color (decimal): -11183244 or 7625557. OLE color: 7625557.

HSL color Cylindrical-coordinate representation of color #555B74: hue angle of 228.39º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #555B74 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8591116-
CMYK0.270.2200.55
HSL228.39º15.42%39.41%-
HSV(B)228.39º26.72%45.49%-
XYZ10.6410.6718.02-
YUV92.06141.51122.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 91 (35.94% from 255) = 31.16%
BLUE value IS 116 (45.70% from 255) = 39.73%
R=29.11%
G=31.16%
B=39.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85911160.270.2200.55228.3915.4239.41
Hex555B741B16037e4f27
Octal12513316433260673441747
Binary10101011011011111010011011101100110111111001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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