Html Css Color HEX #525761 Bright Grey

📋 copy color: '#525761'

red 82 ◦ green 87 ◦ blue 97

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

Shades of Bright Grey #525761

Tints of Bright Grey #525761

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.71%

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

R = 30.83%
G = 32.71%
B = 36.47%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#525761 (or 0x525761) is known color: Bright Grey. HEX triplet: 52, 57 and 61. RGB value is (82,87,97). Sum of RGB (Red+Green+Blue) = 82+87+97=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 97 - color contains mainly: blue. Hex color #525761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525761 is #ADA89E. Grayscale: #565656. Windows color (decimal): -11380895 or 6379346. OLE color: 6379346.

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

Color convert

RGB 82 87 97 -
CMYK 0.15 0.10 0 0.62
HSL 220º 0.08% 0.35% -
HSV(B) 220º 0.15% 0.38% -
XYZ 9.05 9.47 12.66 -
YUV 86.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 82 87 97 0.15 0.10 0 0.62 220 0.08 0.35
Hex 52 57 61 F A 0 3E DC 8 23
Octal 122 127 141 17 12 0 76 334 10 43
Binary 1010010 1010111 1100001 1111 1010 0 111110 11011100 1000 100011

Color Harmonies of #525761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525761

Black with #525761

Text Example


Text Example

White with #525761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525761; }

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

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

background-color css

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

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

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

border-color css

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

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

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