Html Css Color HEX #5A5047 Rock

📋 copy color: '#5A5047'

red 90 ◦ green 80 ◦ blue 71

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

Shades of Rock #5A5047

Tints of Rock #5A5047

RGB

 RED value IS 90 (35.55% from 255) = 37.34%

 GREEN value IS 80 (31.64% from 255) = 33.2%

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

R = 37.34%
G = 33.2%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#5A5047 (or 0x5A5047) is known color: Rock. HEX triplet: 5A, 50 and 47. RGB value is (90,80,71). Sum of RGB (Red+Green+Blue) = 90+80+71=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 71 (28.12% from 255 or 29.46% from 241); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5047 is #A5AFB8. Grayscale: #525252. Windows color (decimal): -10858425 or 4673626. OLE color: 4673626.

HSL color Cylindrical-coordinate representation of color #5A5047: hue angle of 28.42º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5A5047 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 80 71 -
CMYK 0 0.11 0.21 0.65
HSL 28.42º 0.12% 0.32% -
HSV(B) 28.42º 0.21% 0.35% -
XYZ 8.22 8.37 7.14 -
YUV 81.96 121.81 133.73 -
System Red Green Blue C M Y K H S L
Decimal 90 80 71 0 0.11 0.21 0.65 28.42 0.12 0.32
Hex 5A 50 47 0 B 15 41 1C C 20
Octal 132 120 107 0 13 25 101 34 14 40
Binary 1011010 1010000 1000111 0 1011 10101 1000001 11100 1100 100000

Color Harmonies of #5A5047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5047

Black with #5A5047

Text Example


Text Example

White with #5A5047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A5047; }

 p { color: rgb(90,80,71); }

 H1.HeaderClassName
 {
   color: #5A5047;
 }
 .AnyTagClassName
 {
   color: #5A5047;
 }
</style>

background-color css

<style>
 a { background-color: #5A5047; }

 a { background-color: rgb(90,80,71); }

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

border-color css

<style>
 span { border-color: #5A5047; }

 span { border-color: rgb(90,80,71); }

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