Html Css Color HEX #53565A Bright Grey

📋 copy color: '#53565A'

red 83 ◦ green 86 ◦ blue 90

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

Shades of Bright Grey #53565A

Tints of Bright Grey #53565A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.2%

 BLUE value IS 90 (35.55% from 255) = 34.75%

R = 32.05%
G = 33.2%
B = 34.75%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#53565A (or 0x53565A) is known color: Bright Grey. HEX triplet: 53, 56 and 5A. RGB value is (83,86,90). Sum of RGB (Red+Green+Blue) = 83+86+90=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 90 - color contains mainly: blue. Hex color #53565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53565A is #ACA9A5. Grayscale: #555555. Windows color (decimal): -11315622 or 5920339. OLE color: 5920339.

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

Color convert

RGB 83 86 90 -
CMYK 0.08 0.04 0 0.65
HSL 214.29º 0.04% 0.34% -
HSV(B) 214.29º 0.08% 0.35% -
XYZ 8.74 9.23 10.99 -
YUV 85.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 83 86 90 0.08 0.04 0 0.65 214.29 0.04 0.34
Hex 53 56 5A 8 4 0 41 D6 4 22
Octal 123 126 132 10 4 0 101 326 4 42
Binary 1010011 1010110 1011010 1000 100 0 1000001 11010110 100 100010

Color Harmonies of #53565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53565A

Black with #53565A

Text Example


Text Example

White with #53565A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53565A; }

 p { color: rgb(83,86,90); }

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

background-color css

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

 a { background-color: rgb(83,86,90); }

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

border-color css

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

 span { border-color: rgb(83,86,90); }

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