Html Css Color HEX #52535B Bright Grey

📋 copy color: '#52535B'

red 82 ◦ green 83 ◦ blue 91

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

Shades of Bright Grey #52535B

Tints of Bright Grey #52535B

RGB

 RED value IS 82 (32.42% from 255) = 32.03%

 GREEN value IS 83 (32.81% from 255) = 32.42%

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

R = 32.03%
G = 32.42%
B = 35.55%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#52535B (or 0x52535B) is known color: Bright Grey. HEX triplet: 52, 53 and 5B. RGB value is (82,83,91). Sum of RGB (Red+Green+Blue) = 82+83+91=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 91 - color contains mainly: blue. Hex color #52535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52535B is #ADACA4. Grayscale: #535353. Windows color (decimal): -11381925 or 5985106. OLE color: 5985106.

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

Color convert

RGB 82 83 91 -
CMYK 0.10 0.09 0 0.64
HSL 233.33º 0.05% 0.34% -
HSV(B) 233.33º 0.1% 0.36% -
XYZ 8.46 8.74 11.14 -
YUV 83.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 82 83 91 0.10 0.09 0 0.64 233.33 0.05 0.34
Hex 52 53 5B A 9 0 40 E9 5 22
Octal 122 123 133 12 11 0 100 351 5 42
Binary 1010010 1010011 1011011 1010 1001 0 1000000 11101001 101 100010

Color Harmonies of #52535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52535B

Black with #52535B

Text Example


Text Example

White with #52535B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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