Html Css Color HEX #535960 Bright Grey

📋 copy color: '#535960'

red 83 ◦ green 89 ◦ blue 96

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

Shades of Bright Grey #535960

Tints of Bright Grey #535960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 35.82%

R = 30.97%
G = 33.21%
B = 35.82%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#535960 (or 0x535960) is known color: Bright Grey. HEX triplet: 53, 59 and 60. RGB value is (83,89,96). Sum of RGB (Red+Green+Blue) = 83+89+96=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 96 - color contains mainly: blue. Hex color #535960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535960 is #ACA69F. Grayscale: #575757. Windows color (decimal): -11314848 or 6314323. OLE color: 6314323.

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

Color convert

RGB 83 89 96 -
CMYK 0.14 0.07 0 0.62
HSL 212.31º 0.07% 0.35% -
HSV(B) 212.31º 0.14% 0.38% -
XYZ 9.25 9.83 12.48 -
YUV 88 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 83 89 96 0.14 0.07 0 0.62 212.31 0.07 0.35
Hex 53 59 60 E 7 0 3E D4 7 23
Octal 123 131 140 16 7 0 76 324 7 43
Binary 1010011 1011001 1100000 1110 111 0 111110 11010100 111 100011

Color Harmonies of #535960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535960

Black with #535960

Text Example


Text Example

White with #535960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535960; }

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

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

background-color css

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

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

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

border-color css

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

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

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