#5A3467

Color #5A3467 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #5A3467

Tints of Honey Flower #5A3467

Color information

#5A3467 (or 0x5A3467) is unknown color: approx Honey Flower. HEX triplet: 5A, 34 and 67. RGB value is (90,52,103). Sum of RGB (Red+Green+Blue) = 90+52+103=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 103 (40.62% from 255 or 42.04% from 245); Max value from RGB is 103 - color contains mainly: blue. Hex color #5A3467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3467 is #A5CB98. Grayscale: #454545. Windows color (decimal): -10865561 or 6763610. OLE color: 6763610.

HSL color Cylindrical-coordinate representation of color #5A3467: hue angle of 284.71º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A3467 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9052103-
CMYK0.130.5000.60
HSL284.71º32.9%30.39%-
HSV(B)284.71º49.51%40.39%-
XYZ7.895.6113.5-
YUV69.18147.09142.85-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.73%
GREEN value IS 52 (20.70% from 255) = 21.22%
BLUE value IS 103 (40.62% from 255) = 42.04%
R=36.73%
G=21.22%
B=42.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal90521030.130.5000.60284.7132.930.39
Hex5A3467D3203C11d211e
Octal1326414715620744354136
Binary101101011010011001111101110010011110010001110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,52,103); }

 H1.HeaderClassName
 {
   color: #5A3467;
 }
 .AnyTagClassName
 {
   color: #5A3467;
 }
</style>
background-color css

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

 a { background-color: rgb(90,52,103); }

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

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

 span { border-color: rgb(90,52,103); }

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