Html Css Color HEX #5A366D Honey Flower

📋 copy color: '#5A366D'

red 90 ◦ green 54 ◦ blue 109

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

Shades of Honey Flower #5A366D

Tints of Honey Flower #5A366D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 43.08%

R = 35.57%
G = 21.34%
B = 43.08%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5A366D (or 0x5A366D) is known color: Honey Flower. HEX triplet: 5A, 36 and 6D. RGB value is (90,54,109). Sum of RGB (Red+Green+Blue) = 90+54+109=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A366D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A366D is #A5C992. Grayscale: #464646. Windows color (decimal): -10865043 or 7157338. OLE color: 7157338.

HSL color Cylindrical-coordinate representation of color #5A366D: hue angle of 279.27º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A366D is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 90 54 109 -
CMYK 0.17 0.50 0 0.57
HSL 279.27º 0.34% 0.32% -
HSV(B) 279.27º 0.5% 0.43% -
XYZ 8.3 5.92 15.17 -
YUV 71.03 149.43 141.53 -
System Red Green Blue C M Y K H S L
Decimal 90 54 109 0.17 0.50 0 0.57 279.27 0.34 0.32
Hex 5A 36 6D 11 32 0 39 117 22 20
Octal 132 66 155 21 62 0 71 427 42 40
Binary 1011010 110110 1101101 10001 110010 0 111001 100010111 100010 100000

Color Harmonies of #5A366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A366D

Black with #5A366D

Text Example


Text Example

White with #5A366D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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