Html Css Color HEX #554F42 Mondo

📋 copy color: '#554F42'

red 85 ◦ green 79 ◦ blue 66

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

Shades of Mondo #554F42

Tints of Mondo #554F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 28.7%

R = 36.96%
G = 34.35%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#554F42 (or 0x554F42) is known color: Mondo. HEX triplet: 55, 4F and 42. RGB value is (85,79,66). Sum of RGB (Red+Green+Blue) = 85+79+66=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 85 - color contains mainly: red. Hex color #554F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F42 is #AAB0BD. Grayscale: #4F4F4F. Windows color (decimal): -11186366 or 4345685. OLE color: 4345685.

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

Color convert

RGB 85 79 66 -
CMYK 0 0.07 0.22 0.67
HSL 41.05º 0.13% 0.3% -
HSV(B) 41.05º 0.22% 0.33% -
XYZ 7.53 7.92 6.29 -
YUV 79.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 85 79 66 0 0.07 0.22 0.67 41.05 0.13 0.3
Hex 55 4F 42 0 7 16 43 29 D 1E
Octal 125 117 102 0 7 26 103 51 15 36
Binary 1010101 1001111 1000010 0 111 10110 1000011 101001 1101 11110

Color Harmonies of #554F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554F42

Black with #554F42

Text Example


Text Example

White with #554F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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