Html Css Color HEX #535559 Bright Grey

📋 copy color: '#535559'

red 83 ◦ green 85 ◦ blue 89

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

Shades of Bright Grey #535559

Tints of Bright Grey #535559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 34.63%

R = 32.3%
G = 33.07%
B = 34.63%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#535559 (or 0x535559) is known color: Bright Grey. HEX triplet: 53, 55 and 59. RGB value is (83,85,89). Sum of RGB (Red+Green+Blue) = 83+85+89=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 89 (35.16% from 255 or 34.63% from 257); Max value from RGB is 89 - color contains mainly: blue. Hex color #535559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535559 is #ACAAA6. Grayscale: #545454. Windows color (decimal): -11315879 or 5854547. OLE color: 5854547.

HSL color Cylindrical-coordinate representation of color #535559: hue angle of 220º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #535559 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 85 89 -
CMYK 0.07 0.04 0 0.65
HSL 220º 0.03% 0.34% -
HSV(B) 220º 0.07% 0.35% -
XYZ 8.62 9.06 10.75 -
YUV 84.86 130.34 126.67 -
System Red Green Blue C M Y K H S L
Decimal 83 85 89 0.07 0.04 0 0.65 220 0.03 0.34
Hex 53 55 59 7 4 0 41 DC 3 22
Octal 123 125 131 7 4 0 101 334 3 42
Binary 1010011 1010101 1011001 111 100 0 1000001 11011100 11 100010

Color Harmonies of #535559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535559

Black with #535559

Text Example


Text Example

White with #535559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535559; }

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

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

background-color css

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

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

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

border-color css

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

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

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