Html Css Color HEX #525559 Bright Grey

📋 copy color: '#525559'

red 82 ◦ green 85 ◦ blue 89

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

Shades of Bright Grey #525559

Tints of Bright Grey #525559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 34.77%

R = 32.03%
G = 33.2%
B = 34.77%

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

#525559 (or 0x525559) is known color: Bright Grey. HEX triplet: 52, 55 and 59. RGB value is (82,85,89). Sum of RGB (Red+Green+Blue) = 82+85+89=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 89 - color contains mainly: blue. Hex color #525559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525559 is #ADAAA6. Grayscale: #545454. Windows color (decimal): -11381415 or 5854546. OLE color: 5854546.

HSL color Cylindrical-coordinate representation of color #525559: 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 #525559 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 85 89 -
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.53 9.01 10.74 -
YUV 84.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 82 85 89 0.08 0.04 0 0.65 214.29 0.04 0.34
Hex 52 55 59 8 4 0 41 D6 4 22
Octal 122 125 131 10 4 0 101 326 4 42
Binary 1010010 1010101 1011001 1000 100 0 1000001 11010110 100 100010

Color Harmonies of #525559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525559

Black with #525559

Text Example


Text Example

White with #525559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525559; }

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

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

background-color css

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

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

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

border-color css

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

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

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