Html Css Color HEX #535560 Bright Grey

📋 copy color: '#535560'

red 83 ◦ green 85 ◦ blue 96

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

Shades of Bright Grey #535560

Tints of Bright Grey #535560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.2%

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

R = 31.44%
G = 32.2%
B = 36.36%

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

#535560 (or 0x535560) is known color: Bright Grey. HEX triplet: 53, 55 and 60. RGB value is (83,85,96). Sum of RGB (Red+Green+Blue) = 83+85+96=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 96 - color contains mainly: blue. Hex color #535560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535560 is #ACAA9F. Grayscale: #555555. Windows color (decimal): -11315872 or 6313299. OLE color: 6313299.

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

Color convert

RGB 83 85 96 -
CMYK 0.14 0.11 0 0.62
HSL 230.77º 0.07% 0.35% -
HSV(B) 230.77º 0.14% 0.38% -
XYZ 8.93 9.18 12.37 -
YUV 85.66 133.84 126.11 -
System Red Green Blue C M Y K H S L
Decimal 83 85 96 0.14 0.11 0 0.62 230.77 0.07 0.35
Hex 53 55 60 E B 0 3E E7 7 23
Octal 123 125 140 16 13 0 76 347 7 43
Binary 1010011 1010101 1100000 1110 1011 0 111110 11100111 111 100011

Color Harmonies of #535560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535560

Black with #535560

Text Example


Text Example

White with #535560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535560; }

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

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

background-color css

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

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

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

border-color css

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

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

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