Html Css Color HEX #525361 Bright Grey

📋 copy color: '#525361'

red 82 ◦ green 83 ◦ blue 97

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

Shades of Bright Grey #525361

Tints of Bright Grey #525361

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.68%

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

R = 31.3%
G = 31.68%
B = 37.02%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#525361 (or 0x525361) is known color: Bright Grey. HEX triplet: 52, 53 and 61. RGB value is (82,83,97). Sum of RGB (Red+Green+Blue) = 82+83+97=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 97 - color contains mainly: blue. Hex color #525361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525361 is #ADAC9E. Grayscale: #545454. Windows color (decimal): -11381919 or 6378322. OLE color: 6378322.

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

Color convert

RGB 82 83 97 -
CMYK 0.15 0.14 0 0.62
HSL 236º 0.08% 0.35% -
HSV(B) 236º 0.15% 0.38% -
XYZ 8.73 8.84 12.56 -
YUV 84.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 82 83 97 0.15 0.14 0 0.62 236 0.08 0.35
Hex 52 53 61 F E 0 3E EC 8 23
Octal 122 123 141 17 16 0 76 354 10 43
Binary 1010010 1010011 1100001 1111 1110 0 111110 11101100 1000 100011

Color Harmonies of #525361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525361

Black with #525361

Text Example


Text Example

White with #525361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525361; }

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

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

background-color css

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

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

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

border-color css

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

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

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