Html Css Color HEX #5A356A Honey Flower

📋 copy color: '#5A356A'

red 90 ◦ green 53 ◦ blue 106

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

Shades of Honey Flower #5A356A

Tints of Honey Flower #5A356A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 42.57%

R = 36.14%
G = 21.29%
B = 42.57%

CMYK

 C value IS 0.15

 M value IS 0.5

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5A356A (or 0x5A356A) is known color: Honey Flower. HEX triplet: 5A, 35 and 6A. RGB value is (90,53,106). Sum of RGB (Red+Green+Blue) = 90+53+106=249 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.14% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 106 - color contains mainly: blue. Hex color #5A356A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A356A is #A5CA95. Grayscale: #454545. Windows color (decimal): -10865302 or 6960474. OLE color: 6960474.

HSL color Cylindrical-coordinate representation of color #5A356A: hue angle of 281.89º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A356A is Cyan = 0.15, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 90 53 106 -
CMYK 0.15 0.5 0 0.58
HSL 281.89º 0.33% 0.31% -
HSV(B) 281.89º 0.5% 0.42% -
XYZ 8.09 5.76 14.32 -
YUV 70.11 148.26 142.19 -
System Red Green Blue C M Y K H S L
Decimal 90 53 106 0.15 0.5 0 0.58 281.89 0.33 0.31
Hex 5A 35 6A F 32 0 3A 11A 21 1F
Octal 132 65 152 17 62 0 72 432 41 37
Binary 1011010 110101 1101010 1111 110010 0 111010 100011010 100001 11111

Color Harmonies of #5A356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A356A

Black with #5A356A

Text Example


Text Example

White with #5A356A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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