Html Css Color HEX #5A4863 Honey Flower

📋 copy color: '#5A4863'

red 90 ◦ green 72 ◦ blue 99

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

Shades of Honey Flower #5A4863

Tints of Honey Flower #5A4863

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.59%

 BLUE value IS 99 (39.06% from 255) = 37.93%

R = 34.48%
G = 27.59%
B = 37.93%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5A4863 (or 0x5A4863) is known color: Honey Flower. HEX triplet: 5A, 48 and 63. RGB value is (90,72,99). Sum of RGB (Red+Green+Blue) = 90+72+99=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 99 - color contains mainly: blue. Hex color #5A4863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4863 is #A5B79C. Grayscale: #505050. Windows color (decimal): -10860445 or 6506586. OLE color: 6506586.

HSL color Cylindrical-coordinate representation of color #5A4863: hue angle of 280º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A4863 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 90 72 99 -
CMYK 0.09 0.27 0 0.61
HSL 280º 0.16% 0.34% -
HSV(B) 280º 0.27% 0.39% -
XYZ 8.79 7.71 12.83 -
YUV 80.46 138.46 134.8 -
System Red Green Blue C M Y K H S L
Decimal 90 72 99 0.09 0.27 0 0.61 280 0.16 0.34
Hex 5A 48 63 9 1B 0 3D 118 10 22
Octal 132 110 143 11 33 0 75 430 20 42
Binary 1011010 1001000 1100011 1001 11011 0 111101 100011000 10000 100010

Color Harmonies of #5A4863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4863

Black with #5A4863

Text Example


Text Example

White with #5A4863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,72,99); }

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

background-color css

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

 a { background-color: rgb(90,72,99); }

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

border-color css

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

 span { border-color: rgb(90,72,99); }

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