Html Css Color HEX #525661 Bright Grey

📋 copy color: '#525661'

red 82 ◦ green 86 ◦ blue 97

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

Shades of Bright Grey #525661

Tints of Bright Grey #525661

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.45%

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

R = 30.94%
G = 32.45%
B = 36.6%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#525661 (or 0x525661) is known color: Bright Grey. HEX triplet: 52, 56 and 61. RGB value is (82,86,97). Sum of RGB (Red+Green+Blue) = 82+86+97=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 97 - color contains mainly: blue. Hex color #525661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525661 is #ADA99E. Grayscale: #565656. Windows color (decimal): -11381151 or 6379090. OLE color: 6379090.

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

Color convert

RGB 82 86 97 -
CMYK 0.15 0.11 0 0.62
HSL 224º 0.08% 0.35% -
HSV(B) 224º 0.15% 0.38% -
XYZ 8.97 9.31 12.63 -
YUV 86.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 82 86 97 0.15 0.11 0 0.62 224 0.08 0.35
Hex 52 56 61 F B 0 3E E0 8 23
Octal 122 126 141 17 13 0 76 340 10 43
Binary 1010010 1010110 1100001 1111 1011 0 111110 11100000 1000 100011

Color Harmonies of #525661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525661

Black with #525661

Text Example


Text Example

White with #525661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525661; }

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

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

background-color css

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

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

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

border-color css

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

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

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