Html Css Color HEX #52555C Bright Grey

📋 copy color: '#52555C'

red 82 ◦ green 85 ◦ blue 92

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

Shades of Bright Grey #52555C

Tints of Bright Grey #52555C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.52%

R = 31.66%
G = 32.82%
B = 35.52%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#52555C (or 0x52555C) is known color: Bright Grey. HEX triplet: 52, 55 and 5C. RGB value is (82,85,92). Sum of RGB (Red+Green+Blue) = 82+85+92=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 92 - color contains mainly: blue. Hex color #52555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52555C is #ADAAA3. Grayscale: #545454. Windows color (decimal): -11381412 or 6051154. OLE color: 6051154.

HSL color Cylindrical-coordinate representation of color #52555C: hue angle of 222º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #52555C is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 85 92 -
CMYK 0.11 0.08 0 0.64
HSL 222º 0.06% 0.34% -
HSV(B) 222º 0.11% 0.36% -
XYZ 8.66 9.06 11.42 -
YUV 84.9 132.01 125.93 -
System Red Green Blue C M Y K H S L
Decimal 82 85 92 0.11 0.08 0 0.64 222 0.06 0.34
Hex 52 55 5C B 8 0 40 DE 6 22
Octal 122 125 134 13 10 0 100 336 6 42
Binary 1010010 1010101 1011100 1011 1000 0 1000000 11011110 110 100010

Color Harmonies of #52555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52555C

Black with #52555C

Text Example


Text Example

White with #52555C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52555C; }

 p { color: rgb(82,85,92); }

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

background-color css

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

 a { background-color: rgb(82,85,92); }

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

border-color css

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

 span { border-color: rgb(82,85,92); }

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