Html Css Color HEX #5A4560 Honey Flower

📋 copy color: '#5A4560'

red 90 ◦ green 69 ◦ blue 96

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

Shades of Honey Flower #5A4560

Tints of Honey Flower #5A4560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.06%

 BLUE value IS 96 (37.89% from 255) = 37.65%

R = 35.29%
G = 27.06%
B = 37.65%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5A4560 (or 0x5A4560) is known color: Honey Flower. HEX triplet: 5A, 45 and 60. RGB value is (90,69,96). Sum of RGB (Red+Green+Blue) = 90+69+96=255 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.29% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A4560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4560 is #A5BA9F. Grayscale: #4E4E4E. Windows color (decimal): -10861216 or 6309210. OLE color: 6309210.

HSL color Cylindrical-coordinate representation of color #5A4560: hue angle of 286.67º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A4560 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 69 96 -
CMYK 0.06 0.28 0 0.62
HSL 286.67º 0.16% 0.32% -
HSV(B) 286.67º 0.28% 0.38% -
XYZ 8.46 7.27 12.02 -
YUV 78.36 137.96 136.3 -
System Red Green Blue C M Y K H S L
Decimal 90 69 96 0.06 0.28 0 0.62 286.67 0.16 0.32
Hex 5A 45 60 6 1C 0 3E 11F 10 20
Octal 132 105 140 6 34 0 76 437 20 40
Binary 1011010 1000101 1100000 110 11100 0 111110 100011111 10000 100000

Color Harmonies of #5A4560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4560

Black with #5A4560

Text Example


Text Example

White with #5A4560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,69,96); }

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

background-color css

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

 a { background-color: rgb(90,69,96); }

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

border-color css

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

 span { border-color: rgb(90,69,96); }

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