Html Css Color HEX #554F47 Mondo

📋 copy color: '#554F47'

red 85 ◦ green 79 ◦ blue 71

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

Shades of Mondo #554F47

Tints of Mondo #554F47

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.62%

 BLUE value IS 71 (28.13% from 255) = 30.21%

R = 36.17%
G = 33.62%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#554F47 (or 0x554F47) is known color: Mondo. HEX triplet: 55, 4F and 47. RGB value is (85,79,71). Sum of RGB (Red+Green+Blue) = 85+79+71=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 85 - color contains mainly: red. Hex color #554F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F47 is #AAB0B8. Grayscale: #4F4F4F. Windows color (decimal): -11186361 or 4673365. OLE color: 4673365.

HSL color Cylindrical-coordinate representation of color #554F47: hue angle of 34.29º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #554F47 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 79 71 -
CMYK 0 0.07 0.16 0.67
HSL 34.29º 0.09% 0.31% -
HSV(B) 34.29º 0.16% 0.33% -
XYZ 7.68 7.98 7.1 -
YUV 79.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 85 79 71 0 0.07 0.16 0.67 34.29 0.09 0.31
Hex 55 4F 47 0 7 10 43 22 9 1F
Octal 125 117 107 0 7 20 103 42 11 37
Binary 1010101 1001111 1000111 0 111 10000 1000011 100010 1001 11111

Color Harmonies of #554F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554F47

Black with #554F47

Text Example


Text Example

White with #554F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554F47; }

 p { color: rgb(85,79,71); }

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

background-color css

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

 a { background-color: rgb(85,79,71); }

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

border-color css

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

 span { border-color: rgb(85,79,71); }

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