Html Css Color HEX #5A364B Liver

📋 copy color: '#5A364B'

red 90 ◦ green 54 ◦ blue 75

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

Shades of Liver #5A364B

Tints of Liver #5A364B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.66%

 BLUE value IS 75 (29.69% from 255) = 34.25%

R = 41.1%
G = 24.66%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#5A364B (or 0x5A364B) is known color: Liver. HEX triplet: 5A, 36 and 4B. RGB value is (90,54,75). Sum of RGB (Red+Green+Blue) = 90+54+75=219 (29% of max value = 765). Red value is 90 (35.55% from 255 or 41.10% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 90 - color contains mainly: red. Hex color #5A364B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A364B is #A5C9B4. Grayscale: #434343. Windows color (decimal): -10865077 or 4929114. OLE color: 4929114.

HSL color Cylindrical-coordinate representation of color #5A364B: hue angle of 325º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A364B is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 54 75 -
CMYK 0 0.40 0.17 0.65
HSL 325º 0.25% 0.28% -
HSV(B) 325º 0.4% 0.35% -
XYZ 6.81 5.32 7.32 -
YUV 67.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 90 54 75 0 0.40 0.17 0.65 325 0.25 0.28
Hex 5A 36 4B 0 28 11 41 145 19 1C
Octal 132 66 113 0 50 21 101 505 31 34
Binary 1011010 110110 1001011 0 101000 10001 1000001 101000101 11001 11100

Color Harmonies of #5A364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A364B

Black with #5A364B

Text Example


Text Example

White with #5A364B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,54,75); }

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

background-color css

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

 a { background-color: rgb(90,54,75); }

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

border-color css

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

 span { border-color: rgb(90,54,75); }

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