#535558

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

Shades of Bright Grey #535558

Tints of Bright Grey #535558

Color information

#535558 (or 0x535558) is unknown color: approx Bright Grey. HEX triplet: 53, 55 and 58. RGB value is (83,85,88). Sum of RGB (Red+Green+Blue) = 83+85+88=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 88 - color contains mainly: blue. Hex color #535558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535558 is #ACAAA7. Grayscale: #545454. Windows color (decimal): -11315880 or 5789011. OLE color: 5789011.

HSL color Cylindrical-coordinate representation of color #535558: hue angle of 216º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #535558 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB838588-
CMYK0.060.0300.65
HSL216º2.92%33.53%-
HSV(B)216º5.68%34.51%-
XYZ8.589.0410.53-
YUV84.74129.84126.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.42%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 88 (34.77% from 255) = 34.38%
R=32.42%
G=33.20%
B=34.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8385880.060.0300.652162.9233.53
Hex53555863041d8322
Octal123125130630101330342
Binary10100111010101101100011011010000011101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535558; }

 p { color: rgb(83,85,88); }

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

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

 a { background-color: rgb(83,85,88); }

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

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

 span { border-color: rgb(83,85,88); }

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