Html Css Color HEX #535661 Bright Grey

📋 copy color: '#535661'

red 83 ◦ green 86 ◦ blue 97

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

Shades of Bright Grey #535661

Tints of Bright Grey #535661

RGB

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

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

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

R = 31.2%
G = 32.33%
B = 36.47%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#535661 (or 0x535661) is known color: Bright Grey. HEX triplet: 53, 56 and 61. RGB value is (83,86,97). Sum of RGB (Red+Green+Blue) = 83+86+97=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 86 (33.98% from 255 or 32.33% 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 #535661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535661 is #ACA99E. Grayscale: #565656. Windows color (decimal): -11315615 or 6379091. OLE color: 6379091.

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

Color convert

RGB 83 86 97 -
CMYK 0.14 0.11 0 0.62
HSL 227.14º 0.08% 0.35% -
HSV(B) 227.14º 0.14% 0.38% -
XYZ 9.05 9.36 12.64 -
YUV 86.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 83 86 97 0.14 0.11 0 0.62 227.14 0.08 0.35
Hex 53 56 61 E B 0 3E E3 8 23
Octal 123 126 141 16 13 0 76 343 10 43
Binary 1010011 1010110 1100001 1110 1011 0 111110 11100011 1000 100011

Color Harmonies of #535661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535661

Black with #535661

Text Example


Text Example

White with #535661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535661; }

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

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

background-color css

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

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

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

border-color css

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

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

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