Html Css Color HEX #575553 Tundora

📋 copy color: '#575553'

red 87 ◦ green 85 ◦ blue 83

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

Shades of Tundora #575553

Tints of Tundora #575553

RGB

 RED value IS 87 (34.38% from 255) = 34.12%

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

 BLUE value IS 83 (32.81% from 255) = 32.55%

R = 34.12%
G = 33.33%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#575553 (or 0x575553) is known color: Tundora. HEX triplet: 57, 55 and 53. RGB value is (87,85,83). Sum of RGB (Red+Green+Blue) = 87+85+83=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 83 (32.81% from 255 or 32.55% from 255); Max value from RGB is 87 - color contains mainly: red. Hex color #575553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575553 is #A8AAAC. Grayscale: #555555. Windows color (decimal): -11053741 or 5461335. OLE color: 5461335.

HSL color Cylindrical-coordinate representation of color #575553: hue angle of 30º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #575553 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 85 83 -
CMYK 0 0.02 0.05 0.66
HSL 30º 0.02% 0.33% -
HSV(B) 30º 0.05% 0.34% -
XYZ 8.74 9.15 9.49 -
YUV 85.37 126.66 129.16 -
System Red Green Blue C M Y K H S L
Decimal 87 85 83 0 0.02 0.05 0.66 30 0.02 0.33
Hex 57 55 53 0 2 5 42 1E 2 21
Octal 127 125 123 0 2 5 102 36 2 41
Binary 1010111 1010101 1010011 0 10 101 1000010 11110 10 100001

Color Harmonies of #575553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575553

Black with #575553

Text Example


Text Example

White with #575553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575553; }

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

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

background-color css

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

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

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

border-color css

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

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

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