Html Css Color HEX #5A4663 Honey Flower

📋 copy color: '#5A4663'

red 90 ◦ green 70 ◦ blue 99

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

Shades of Honey Flower #5A4663

Tints of Honey Flower #5A4663

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.03%

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

R = 34.75%
G = 27.03%
B = 38.22%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5A4663 (or 0x5A4663) is known color: Honey Flower. HEX triplet: 5A, 46 and 63. RGB value is (90,70,99). Sum of RGB (Red+Green+Blue) = 90+70+99=259 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.75% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 99 - color contains mainly: blue. Hex color #5A4663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4663 is #A5B99C. Grayscale: #4F4F4F. Windows color (decimal): -10860957 or 6506074. OLE color: 6506074.

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

Color convert

RGB 90 70 99 -
CMYK 0.09 0.29 0 0.61
HSL 281.38º 0.17% 0.33% -
HSV(B) 281.38º 0.29% 0.39% -
XYZ 8.66 7.45 12.79 -
YUV 79.29 139.13 135.64 -
System Red Green Blue C M Y K H S L
Decimal 90 70 99 0.09 0.29 0 0.61 281.38 0.17 0.33
Hex 5A 46 63 9 1D 0 3D 119 11 21
Octal 132 106 143 11 35 0 75 431 21 41
Binary 1011010 1000110 1100011 1001 11101 0 111101 100011001 10001 100001

Color Harmonies of #5A4663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4663

Black with #5A4663

Text Example


Text Example

White with #5A4663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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