#555A6A

Color #555A6A Bright Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Grey #555A6A

Tints of Bright Grey #555A6A

Color information

#555A6A (or 0x555A6A) is unknown color: approx Bright Grey. HEX triplet: 55, 5A and 6A. RGB value is (85,90,106). Sum of RGB (Red+Green+Blue) = 85+90+106=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 106 - color contains mainly: blue. Hex color #555A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A6A is #AAA595. Grayscale: #5A5A5A. Windows color (decimal): -11183510 or 6969941. OLE color: 6969941.

HSL color Cylindrical-coordinate representation of color #555A6A: hue angle of 225.71º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #555A6A is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8590106-
CMYK0.200.1500.58
HSL225.71º10.99%37.45%-
HSV(B)225.71º19.81%41.57%-
XYZ1010.2815.09-
YUV90.33136.84124.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.25%
GREEN value IS 90 (35.55% from 255) = 32.03%
BLUE value IS 106 (41.80% from 255) = 37.72%
R=30.25%
G=32.03%
B=37.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85901060.200.1500.58225.7110.9937.45
Hex555A6A14F03Ae2b25
Octal12513215224170723421345
Binary1010101101101011010101010011110111010111000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,90,106); }

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

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

 a { background-color: rgb(85,90,106); }

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

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

 span { border-color: rgb(85,90,106); }

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