Html Css Color HEX #575352 Tundora

📋 copy color: '#575352'

red 87 ◦ green 83 ◦ blue 82

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

Shades of Tundora #575352

Tints of Tundora #575352

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.94%

 BLUE value IS 82 (32.42% from 255) = 32.54%

R = 34.52%
G = 32.94%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.66

RGB Variations

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

Color information

#575352 (or 0x575352) is known color: Tundora. HEX triplet: 57, 53 and 52. RGB value is (87,83,82). Sum of RGB (Red+Green+Blue) = 87+83+82=252 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.52% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 87 - color contains mainly: red. Hex color #575352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575352 is #A8ACAD. Grayscale: #545454. Windows color (decimal): -11054254 or 5395287. OLE color: 5395287.

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

Color convert

RGB 87 83 82 -
CMYK 0 0.05 0.06 0.66
HSL 12º 0.03% 0.33% -
HSV(B) 12º 0.06% 0.34% -
XYZ 8.55 8.82 9.23 -
YUV 84.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 87 83 82 0 0.05 0.06 0.66 12 0.03 0.33
Hex 57 53 52 0 5 6 42 C 3 21
Octal 127 123 122 0 5 6 102 14 3 41
Binary 1010111 1010011 1010010 0 101 110 1000010 1100 11 100001

Color Harmonies of #575352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575352

Black with #575352

Text Example


Text Example

White with #575352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575352; }

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

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

background-color css

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

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

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

border-color css

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

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

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