Html Css Color HEX #554B4A Matterhorn

📋 copy color: '#554B4A'

red 85 ◦ green 75 ◦ blue 74

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

Shades of Matterhorn #554B4A

Tints of Matterhorn #554B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 31.62%

R = 36.32%
G = 32.05%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#554B4A (or 0x554B4A) is known color: Matterhorn. HEX triplet: 55, 4B and 4A. RGB value is (85,75,74). Sum of RGB (Red+Green+Blue) = 85+75+74=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 85 - color contains mainly: red. Hex color #554B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554B4A is #AAB4B5. Grayscale: #4D4D4D. Windows color (decimal): -11187382 or 4868949. OLE color: 4868949.

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

Color convert

RGB 85 75 74 -
CMYK 0 0.12 0.13 0.67
HSL 5.45º 0.07% 0.31% -
HSV(B) 5.45º 0.13% 0.33% -
XYZ 7.5 7.46 7.52 -
YUV 77.88 125.81 133.08 -
System Red Green Blue C M Y K H S L
Decimal 85 75 74 0 0.12 0.13 0.67 5.45 0.07 0.31
Hex 55 4B 4A 0 C D 43 5 7 1F
Octal 125 113 112 0 14 15 103 5 7 37
Binary 1010101 1001011 1001010 0 1100 1101 1000011 101 111 11111

Color Harmonies of #554B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554B4A

Black with #554B4A

Text Example


Text Example

White with #554B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,75,74); }

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

background-color css

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

 a { background-color: rgb(85,75,74); }

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

border-color css

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

 span { border-color: rgb(85,75,74); }

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