Html Css Color HEX #535455 Bright Grey

📋 copy color: '#535455'

red 83 ◦ green 84 ◦ blue 85

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

Shades of Bright Grey #535455

Tints of Bright Grey #535455

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.33%

 BLUE value IS 85 (33.59% from 255) = 33.73%

R = 32.94%
G = 33.33%
B = 33.73%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#535455 (or 0x535455) is known color: Bright Grey. HEX triplet: 53, 54 and 55. RGB value is (83,84,85). Sum of RGB (Red+Green+Blue) = 83+84+85=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 85 - color contains mainly: blue. Hex color #535455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535455 is #ACABAA. Grayscale: #535353. Windows color (decimal): -11316139 or 5592147. OLE color: 5592147.

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

Color convert

RGB 83 84 85 -
CMYK 0.02 0.01 0 0.67
HSL 210º 0.01% 0.33% -
HSV(B) 210º 0.02% 0.33% -
XYZ 8.38 8.84 9.86 -
YUV 83.82 128.67 127.42 -
System Red Green Blue C M Y K H S L
Decimal 83 84 85 0.02 0.01 0 0.67 210 0.01 0.33
Hex 53 54 55 2 1 0 43 D2 1 21
Octal 123 124 125 2 1 0 103 322 1 41
Binary 1010011 1010100 1010101 10 1 0 1000011 11010010 1 100001

Color Harmonies of #535455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535455

Black with #535455

Text Example


Text Example

White with #535455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535455; }

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

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

background-color css

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

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

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

border-color css

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

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

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