Html Css Color HEX #535557 Bright Grey

📋 copy color: '#535557'

red 83 ◦ green 85 ◦ blue 87

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

Shades of Bright Grey #535557

Tints of Bright Grey #535557

RGB

 RED value IS 83 (32.81% from 255) = 32.55%

 GREEN value IS 85 (33.59% from 255) = 33.33%

 BLUE value IS 87 (34.38% from 255) = 34.12%

R = 32.55%
G = 33.33%
B = 34.12%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#535557 (or 0x535557) is known color: Bright Grey. HEX triplet: 53, 55 and 57. RGB value is (83,85,87). Sum of RGB (Red+Green+Blue) = 83+85+87=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 87 - color contains mainly: blue. Hex color #535557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535557 is #ACAAA8. Grayscale: #545454. Windows color (decimal): -11315881 or 5723475. OLE color: 5723475.

HSL color Cylindrical-coordinate representation of color #535557: hue angle of 210º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #535557 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 83 85 87 -
CMYK 0.05 0.02 0 0.66
HSL 210º 0.02% 0.33% -
HSV(B) 210º 0.05% 0.34% -
XYZ 8.54 9.02 10.31 -
YUV 84.63 129.34 126.84 -
System Red Green Blue C M Y K H S L
Decimal 83 85 87 0.05 0.02 0 0.66 210 0.02 0.33
Hex 53 55 57 5 2 0 42 D2 2 21
Octal 123 125 127 5 2 0 102 322 2 41
Binary 1010011 1010101 1010111 101 10 0 1000010 11010010 10 100001

Color Harmonies of #535557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535557

Black with #535557

Text Example


Text Example

White with #535557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535557; }

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

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

background-color css

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

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

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

border-color css

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

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

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