Html Css Color HEX #535961 Bright Grey

📋 copy color: '#535961'

red 83 ◦ green 89 ◦ blue 97

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

Shades of Bright Grey #535961

Tints of Bright Grey #535961

RGB

 RED value IS 83 (32.81% from 255) = 30.86%

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

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

R = 30.86%
G = 33.09%
B = 36.06%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#535961 (or 0x535961) is known color: Bright Grey. HEX triplet: 53, 59 and 61. RGB value is (83,89,97). Sum of RGB (Red+Green+Blue) = 83+89+97=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 97 - color contains mainly: blue. Hex color #535961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535961 is #ACA69E. Grayscale: #585858. Windows color (decimal): -11314847 or 6379859. OLE color: 6379859.

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

Color convert

RGB 83 89 97 -
CMYK 0.14 0.08 0 0.62
HSL 214.29º 0.08% 0.35% -
HSV(B) 214.29º 0.14% 0.38% -
XYZ 9.3 9.85 12.72 -
YUV 88.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 83 89 97 0.14 0.08 0 0.62 214.29 0.08 0.35
Hex 53 59 61 E 8 0 3E D6 8 23
Octal 123 131 141 16 10 0 76 326 10 43
Binary 1010011 1011001 1100001 1110 1000 0 111110 11010110 1000 100011

Color Harmonies of #535961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535961

Black with #535961

Text Example


Text Example

White with #535961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535961; }

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

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

background-color css

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

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

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

border-color css

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

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

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