Html Css Color HEX #53555B Bright Grey

📋 copy color: '#53555B'

red 83 ◦ green 85 ◦ blue 91

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

Shades of Bright Grey #53555B

Tints of Bright Grey #53555B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.14%

R = 32.05%
G = 32.82%
B = 35.14%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53555B (or 0x53555B) is known color: Bright Grey. HEX triplet: 53, 55 and 5B. RGB value is (83,85,91). Sum of RGB (Red+Green+Blue) = 83+85+91=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 91 - color contains mainly: blue. Hex color #53555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53555B is #ACAAA4. Grayscale: #555555. Windows color (decimal): -11315877 or 5985619. OLE color: 5985619.

HSL color Cylindrical-coordinate representation of color #53555B: hue angle of 225º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #53555B is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 85 91 -
CMYK 0.09 0.07 0 0.64
HSL 225º 0.05% 0.34% -
HSV(B) 225º 0.09% 0.36% -
XYZ 8.7 9.09 11.19 -
YUV 85.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 83 85 91 0.09 0.07 0 0.64 225 0.05 0.34
Hex 53 55 5B 9 7 0 40 E1 5 22
Octal 123 125 133 11 7 0 100 341 5 42
Binary 1010011 1010101 1011011 1001 111 0 1000000 11100001 101 100010

Color Harmonies of #53555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53555B

Black with #53555B

Text Example


Text Example

White with #53555B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53555B; }

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

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

background-color css

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

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

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

border-color css

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

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

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