#5A3378

Color #5A3378 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #5A3378

Tints of Kingfisher Daisy #5A3378

Color information

#5A3378 (or 0x5A3378) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 33 and 78. RGB value is (90,51,120). Sum of RGB (Red+Green+Blue) = 90+51+120=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 120 - color contains mainly: blue. Hex color #5A3378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3378 is #A5CC87. Grayscale: #464646. Windows color (decimal): -10865800 or 7877466. OLE color: 7877466.

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

Color convert

RGB9051120-
CMYK0.250.5800.53
HSL273.91º40.35%33.53%-
HSV(B)273.91º57.5%47.06%-
XYZ8.795.918.44-
YUV70.53155.92141.89-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.48%
GREEN value IS 51 (20.31% from 255) = 19.54%
BLUE value IS 120 (47.27% from 255) = 45.98%
R=34.48%
G=19.54%
B=45.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90511200.250.5800.53273.9140.3533.53
Hex5A3378193A0351122822
Octal1326317031720654225042
Binary10110101100111111000110011110100110101100010010101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,51,120); }

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

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

 a { background-color: rgb(90,51,120); }

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

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

 span { border-color: rgb(90,51,120); }

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