Html Css Color HEX #5A384B Liver

📋 copy color: '#5A384B'

red 90 ◦ green 56 ◦ blue 75

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

Shades of Liver #5A384B

Tints of Liver #5A384B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.34%

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

R = 40.72%
G = 25.34%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#5A384B (or 0x5A384B) is known color: Liver. HEX triplet: 5A, 38 and 4B. RGB value is (90,56,75). Sum of RGB (Red+Green+Blue) = 90+56+75=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 90 - color contains mainly: red. Hex color #5A384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A384B is #A5C7B4. Grayscale: #444444. Windows color (decimal): -10864565 or 4929626. OLE color: 4929626.

HSL color Cylindrical-coordinate representation of color #5A384B: hue angle of 326.47º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A384B is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 56 75 -
CMYK 0 0.38 0.17 0.65
HSL 326.47º 0.23% 0.29% -
HSV(B) 326.47º 0.38% 0.35% -
XYZ 6.9 5.51 7.36 -
YUV 68.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 90 56 75 0 0.38 0.17 0.65 326.47 0.23 0.29
Hex 5A 38 4B 0 26 11 41 146 17 1D
Octal 132 70 113 0 46 21 101 506 27 35
Binary 1011010 111000 1001011 0 100110 10001 1000001 101000110 10111 11101

Color Harmonies of #5A384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A384B

Black with #5A384B

Text Example


Text Example

White with #5A384B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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