Html Css Color HEX #5A3A6E Honey Flower

📋 copy color: '#5A3A6E'

red 90 ◦ green 58 ◦ blue 110

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

Shades of Honey Flower #5A3A6E

Tints of Honey Flower #5A3A6E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.48%

 BLUE value IS 110 (43.36% from 255) = 42.64%

R = 34.88%
G = 22.48%
B = 42.64%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5A3A6E (or 0x5A3A6E) is known color: Honey Flower. HEX triplet: 5A, 3A and 6E. RGB value is (90,58,110). Sum of RGB (Red+Green+Blue) = 90+58+110=258 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.88% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 110 - color contains mainly: blue. Hex color #5A3A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3A6E is #A5C591. Grayscale: #494949. Windows color (decimal): -10864018 or 7223898. OLE color: 7223898.

HSL color Cylindrical-coordinate representation of color #5A3A6E: hue angle of 276.92º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A3A6E is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 90 58 110 -
CMYK 0.18 0.47 0 0.57
HSL 276.92º 0.31% 0.33% -
HSV(B) 276.92º 0.47% 0.43% -
XYZ 8.54 6.33 15.52 -
YUV 73.5 148.6 139.77 -
System Red Green Blue C M Y K H S L
Decimal 90 58 110 0.18 0.47 0 0.57 276.92 0.31 0.33
Hex 5A 3A 6E 12 2F 0 39 115 1F 21
Octal 132 72 156 22 57 0 71 425 37 41
Binary 1011010 111010 1101110 10010 101111 0 111001 100010101 11111 100001

Color Harmonies of #5A3A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3A6E

Black with #5A3A6E

Text Example


Text Example

White with #5A3A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,58,110); }

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

background-color css

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

 a { background-color: rgb(90,58,110); }

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

border-color css

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

 span { border-color: rgb(90,58,110); }

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