Html Css Color HEX #555250 Tundora

📋 copy color: '#555250'

red 85 ◦ green 82 ◦ blue 80

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

Shades of Tundora #555250

Tints of Tundora #555250

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.2%

 BLUE value IS 80 (31.64% from 255) = 32.39%

R = 34.41%
G = 33.2%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#555250 (or 0x555250) is known color: Tundora. HEX triplet: 55, 52 and 50. RGB value is (85,82,80). Sum of RGB (Red+Green+Blue) = 85+82+80=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 85 - color contains mainly: red. Hex color #555250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555250 is #AAADAF. Grayscale: #525252. Windows color (decimal): -11185584 or 5263957. OLE color: 5263957.

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

Color convert

RGB 85 82 80 -
CMYK 0 0.04 0.06 0.67
HSL 24º 0.03% 0.32% -
HSV(B) 24º 0.06% 0.33% -
XYZ 8.21 8.55 8.81 -
YUV 82.67 126.49 129.66 -
System Red Green Blue C M Y K H S L
Decimal 85 82 80 0 0.04 0.06 0.67 24 0.03 0.32
Hex 55 52 50 0 4 6 43 18 3 20
Octal 125 122 120 0 4 6 103 30 3 40
Binary 1010101 1010010 1010000 0 100 110 1000011 11000 11 100000

Color Harmonies of #555250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555250

Black with #555250

Text Example


Text Example

White with #555250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555250; }

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

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

background-color css

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

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

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

border-color css

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

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

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