Html Css Color HEX #5A416D Honey Flower

📋 copy color: '#5A416D'

red 90 ◦ green 65 ◦ blue 109

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

Shades of Honey Flower #5A416D

Tints of Honey Flower #5A416D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.62%

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

R = 34.09%
G = 24.62%
B = 41.29%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5A416D (or 0x5A416D) is known color: Honey Flower. HEX triplet: 5A, 41 and 6D. RGB value is (90,65,109). Sum of RGB (Red+Green+Blue) = 90+65+109=264 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.09% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A416D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A416D is #A5BE92. Grayscale: #4D4D4D. Windows color (decimal): -10862227 or 7160154. OLE color: 7160154.

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

Color convert

RGB 90 65 109 -
CMYK 0.17 0.40 0 0.57
HSL 274.09º 0.25% 0.34% -
HSV(B) 274.09º 0.4% 0.43% -
XYZ 8.87 7.06 15.36 -
YUV 77.49 145.78 136.92 -
System Red Green Blue C M Y K H S L
Decimal 90 65 109 0.17 0.40 0 0.57 274.09 0.25 0.34
Hex 5A 41 6D 11 28 0 39 112 19 22
Octal 132 101 155 21 50 0 71 422 31 42
Binary 1011010 1000001 1101101 10001 101000 0 111001 100010010 11001 100010

Color Harmonies of #5A416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A416D

Black with #5A416D

Text Example


Text Example

White with #5A416D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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