Html Css Color HEX #525961 Bright Grey

📋 copy color: '#525961'

red 82 ◦ green 89 ◦ blue 97

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

Shades of Bright Grey #525961

Tints of Bright Grey #525961

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.21%

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

R = 30.6%
G = 33.21%
B = 36.19%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#525961 (or 0x525961) is known color: Bright Grey. HEX triplet: 52, 59 and 61. RGB value is (82,89,97). Sum of RGB (Red+Green+Blue) = 82+89+97=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 97 - color contains mainly: blue. Hex color #525961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525961 is #ADA69E. Grayscale: #575757. Windows color (decimal): -11380383 or 6379858. OLE color: 6379858.

HSL color Cylindrical-coordinate representation of color #525961: hue angle of 212º 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 #525961 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 89 97 -
CMYK 0.15 0.08 0 0.62
HSL 212º 0.08% 0.35% -
HSV(B) 212º 0.15% 0.38% -
XYZ 9.21 9.8 12.72 -
YUV 87.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 82 89 97 0.15 0.08 0 0.62 212 0.08 0.35
Hex 52 59 61 F 8 0 3E D4 8 23
Octal 122 131 141 17 10 0 76 324 10 43
Binary 1010010 1011001 1100001 1111 1000 0 111110 11010100 1000 100011

Color Harmonies of #525961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525961

Black with #525961

Text Example


Text Example

White with #525961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525961; }

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

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

background-color css

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

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

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

border-color css

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

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

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