Html Css Color HEX #574B4D Mortar

📋 copy color: '#574B4D'

red 87 ◦ green 75 ◦ blue 77

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

Shades of Mortar #574B4D

Tints of Mortar #574B4D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.38%

 BLUE value IS 77 (30.47% from 255) = 32.22%

R = 36.4%
G = 31.38%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#574B4D (or 0x574B4D) is known color: Mortar. HEX triplet: 57, 4B and 4D. RGB value is (87,75,77). Sum of RGB (Red+Green+Blue) = 87+75+77=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 87 - color contains mainly: red. Hex color #574B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574B4D is #A8B4B2. Grayscale: #4E4E4E. Windows color (decimal): -11056307 or 5065559. OLE color: 5065559.

HSL color Cylindrical-coordinate representation of color #574B4D: hue angle of 350º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #574B4D is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 75 77 -
CMYK 0 0.14 0.11 0.66
HSL 350º 0.07% 0.32% -
HSV(B) 350º 0.14% 0.34% -
XYZ 7.79 7.59 8.08 -
YUV 78.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 87 75 77 0 0.14 0.11 0.66 350 0.07 0.32
Hex 57 4B 4D 0 E B 42 15E 7 20
Octal 127 113 115 0 16 13 102 536 7 40
Binary 1010111 1001011 1001101 0 1110 1011 1000010 101011110 111 100000

Color Harmonies of #574B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574B4D

Black with #574B4D

Text Example


Text Example

White with #574B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574B4D; }

 p { color: rgb(87,75,77); }

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

background-color css

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

 a { background-color: rgb(87,75,77); }

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

border-color css

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

 span { border-color: rgb(87,75,77); }

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