Html Css Color HEX #5A3165 Honey Flower

📋 copy color: '#5A3165'

red 90 ◦ green 49 ◦ blue 101

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

Shades of Honey Flower #5A3165

Tints of Honey Flower #5A3165

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.42%

 BLUE value IS 101 (39.84% from 255) = 42.08%

R = 37.5%
G = 20.42%
B = 42.08%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#5A3165 (or 0x5A3165) is known color: Honey Flower. HEX triplet: 5A, 31 and 65. RGB value is (90,49,101). Sum of RGB (Red+Green+Blue) = 90+49+101=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 101 - color contains mainly: blue. Hex color #5A3165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3165 is #A5CE9A. Grayscale: #434343. Windows color (decimal): -10866331 or 6631770. OLE color: 6631770.

HSL color Cylindrical-coordinate representation of color #5A3165: hue angle of 287.31º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A3165 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 90 49 101 -
CMYK 0.11 0.51 0 0.60
HSL 287.31º 0.35% 0.29% -
HSV(B) 287.31º 0.51% 0.4% -
XYZ 7.66 5.31 12.93 -
YUV 67.19 147.08 144.27 -
System Red Green Blue C M Y K H S L
Decimal 90 49 101 0.11 0.51 0 0.60 287.31 0.35 0.29
Hex 5A 31 65 B 33 0 3C 11F 23 1D
Octal 132 61 145 13 63 0 74 437 43 35
Binary 1011010 110001 1100101 1011 110011 0 111100 100011111 100011 11101

Color Harmonies of #5A3165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3165

Black with #5A3165

Text Example


Text Example

White with #5A3165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,49,101); }

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

background-color css

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

 a { background-color: rgb(90,49,101); }

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

border-color css

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

 span { border-color: rgb(90,49,101); }

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