Html Css Color HEX #5A326E Honey Flower

📋 copy color: '#5A326E'

red 90 ◦ green 50 ◦ blue 110

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

Shades of Honey Flower #5A326E

Tints of Honey Flower #5A326E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20%

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

R = 36%
G = 20%
B = 44%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5A326E (or 0x5A326E) is known color: Honey Flower. HEX triplet: 5A, 32 and 6E. RGB value is (90,50,110). Sum of RGB (Red+Green+Blue) = 90+50+110=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 110 - color contains mainly: blue. Hex color #5A326E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A326E is #A5CD91. Grayscale: #444444. Windows color (decimal): -10866066 or 7221850. OLE color: 7221850.

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

Color convert

RGB 90 50 110 -
CMYK 0.18 0.55 0 0.57
HSL 280º 0.38% 0.31% -
HSV(B) 280º 0.55% 0.43% -
XYZ 8.17 5.58 15.4 -
YUV 68.8 151.25 143.12 -
System Red Green Blue C M Y K H S L
Decimal 90 50 110 0.18 0.55 0 0.57 280 0.38 0.31
Hex 5A 32 6E 12 37 0 39 118 26 1F
Octal 132 62 156 22 67 0 71 430 46 37
Binary 1011010 110010 1101110 10010 110111 0 111001 100011000 100110 11111

Color Harmonies of #5A326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A326E

Black with #5A326E

Text Example


Text Example

White with #5A326E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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