Html Css Color HEX #5A356D Honey Flower

📋 copy color: '#5A356D'

red 90 ◦ green 53 ◦ blue 109

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

Shades of Honey Flower #5A356D

Tints of Honey Flower #5A356D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.03%

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

R = 35.71%
G = 21.03%
B = 43.25%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5A356D (or 0x5A356D) is known color: Honey Flower. HEX triplet: 5A, 35 and 6D. RGB value is (90,53,109). Sum of RGB (Red+Green+Blue) = 90+53+109=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A356D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A356D is #A5CA92. Grayscale: #464646. Windows color (decimal): -10865299 or 7157082. OLE color: 7157082.

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

Color convert

RGB 90 53 109 -
CMYK 0.17 0.51 0 0.57
HSL 279.64º 0.35% 0.32% -
HSV(B) 279.64º 0.51% 0.43% -
XYZ 8.25 5.82 15.16 -
YUV 70.45 149.76 141.95 -
System Red Green Blue C M Y K H S L
Decimal 90 53 109 0.17 0.51 0 0.57 279.64 0.35 0.32
Hex 5A 35 6D 11 33 0 39 118 23 20
Octal 132 65 155 21 63 0 71 430 43 40
Binary 1011010 110101 1101101 10001 110011 0 111001 100011000 100011 100000

Color Harmonies of #5A356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A356D

Black with #5A356D

Text Example


Text Example

White with #5A356D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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