Html Css Color HEX #554E47 Rock

📋 copy color: '#554E47'

red 85 ◦ green 78 ◦ blue 71

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

Shades of Rock #554E47

Tints of Rock #554E47

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.33%

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

R = 36.32%
G = 33.33%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#554E47 (or 0x554E47) is known color: Rock. HEX triplet: 55, 4E and 47. RGB value is (85,78,71). Sum of RGB (Red+Green+Blue) = 85+78+71=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 85 - color contains mainly: red. Hex color #554E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E47 is #AAB1B8. Grayscale: #4F4F4F. Windows color (decimal): -11186617 or 4673109. OLE color: 4673109.

HSL color Cylindrical-coordinate representation of color #554E47: hue angle of 30º 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 #554E47 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 78 71 -
CMYK 0 0.08 0.16 0.67
HSL 30º 0.09% 0.31% -
HSV(B) 30º 0.16% 0.33% -
XYZ 7.61 7.84 7.07 -
YUV 79.3 123.32 132.07 -
System Red Green Blue C M Y K H S L
Decimal 85 78 71 0 0.08 0.16 0.67 30 0.09 0.31
Hex 55 4E 47 0 8 10 43 1E 9 1F
Octal 125 116 107 0 10 20 103 36 11 37
Binary 1010101 1001110 1000111 0 1000 10000 1000011 11110 1001 11111

Color Harmonies of #554E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E47

Black with #554E47

Text Example


Text Example

White with #554E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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