Html Css Color HEX #525461 Bright Grey

📋 copy color: '#525461'

red 82 ◦ green 84 ◦ blue 97

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

Shades of Bright Grey #525461

Tints of Bright Grey #525461

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.94%

 BLUE value IS 97 (38.28% from 255) = 36.88%

R = 31.18%
G = 31.94%
B = 36.88%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#525461 (or 0x525461) is known color: Bright Grey. HEX triplet: 52, 54 and 61. RGB value is (82,84,97). Sum of RGB (Red+Green+Blue) = 82+84+97=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 97 - color contains mainly: blue. Hex color #525461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525461 is #ADAB9E. Grayscale: #545454. Windows color (decimal): -11381663 or 6378578. OLE color: 6378578.

HSL color Cylindrical-coordinate representation of color #525461: hue angle of 232º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #525461 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 84 97 -
CMYK 0.15 0.13 0 0.62
HSL 232º 0.08% 0.35% -
HSV(B) 232º 0.15% 0.38% -
XYZ 8.81 9 12.58 -
YUV 84.88 134.84 125.94 -
System Red Green Blue C M Y K H S L
Decimal 82 84 97 0.15 0.13 0 0.62 232 0.08 0.35
Hex 52 54 61 F D 0 3E E8 8 23
Octal 122 124 141 17 15 0 76 350 10 43
Binary 1010010 1010100 1100001 1111 1101 0 111110 11101000 1000 100011

Color Harmonies of #525461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525461

Black with #525461

Text Example


Text Example

White with #525461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525461; }

 p { color: rgb(82,84,97); }

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

background-color css

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

 a { background-color: rgb(82,84,97); }

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

border-color css

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

 span { border-color: rgb(82,84,97); }

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