Html Css Color HEX #535760 Bright Grey

📋 copy color: '#535760'

red 83 ◦ green 87 ◦ blue 96

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

Shades of Bright Grey #535760

Tints of Bright Grey #535760

RGB

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

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

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

R = 31.2%
G = 32.71%
B = 36.09%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#535760 (or 0x535760) is known color: Bright Grey. HEX triplet: 53, 57 and 60. RGB value is (83,87,96). Sum of RGB (Red+Green+Blue) = 83+87+96=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 96 - color contains mainly: blue. Hex color #535760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535760 is #ACA89F. Grayscale: #565656. Windows color (decimal): -11315360 or 6313811. OLE color: 6313811.

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

Color convert

RGB 83 87 96 -
CMYK 0.14 0.09 0 0.62
HSL 221.54º 0.07% 0.35% -
HSV(B) 221.54º 0.14% 0.38% -
XYZ 9.09 9.5 12.42 -
YUV 86.83 133.17 125.27 -
System Red Green Blue C M Y K H S L
Decimal 83 87 96 0.14 0.09 0 0.62 221.54 0.07 0.35
Hex 53 57 60 E 9 0 3E DE 7 23
Octal 123 127 140 16 11 0 76 336 7 43
Binary 1010011 1010111 1100000 1110 1001 0 111110 11011110 111 100011

Color Harmonies of #535760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535760

Black with #535760

Text Example


Text Example

White with #535760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535760; }

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

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

background-color css

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

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

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

border-color css

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

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

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