Html Css Color HEX #555352 Tundora

📋 copy color: '#555352'

red 85 ◦ green 83 ◦ blue 82

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

Shades of Tundora #555352

Tints of Tundora #555352

RGB

 RED value IS 85 (33.59% from 255) = 34%

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

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

R = 34%
G = 33.2%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#555352 (or 0x555352) is known color: Tundora. HEX triplet: 55, 53 and 52. RGB value is (85,83,82). Sum of RGB (Red+Green+Blue) = 85+83+82=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 85 - color contains mainly: red. Hex color #555352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555352 is #AAACAD. Grayscale: #535353. Windows color (decimal): -11185326 or 5395285. OLE color: 5395285.

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

Color convert

RGB 85 83 82 -
CMYK 0 0.02 0.04 0.67
HSL 20º 0.02% 0.33% -
HSV(B) 20º 0.04% 0.33% -
XYZ 8.36 8.73 9.23 -
YUV 83.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 85 83 82 0 0.02 0.04 0.67 20 0.02 0.33
Hex 55 53 52 0 2 4 43 14 2 21
Octal 125 123 122 0 2 4 103 24 2 41
Binary 1010101 1010011 1010010 0 10 100 1000011 10100 10 100001

Color Harmonies of #555352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555352

Black with #555352

Text Example


Text Example

White with #555352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555352; }

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

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

background-color css

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

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

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

border-color css

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

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

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