#5A347C

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

Shades of Kingfisher Daisy #5A347C

Tints of Kingfisher Daisy #5A347C

Color information

#5A347C (or 0x5A347C) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 34 and 7C. RGB value is (90,52,124). Sum of RGB (Red+Green+Blue) = 90+52+124=266 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.83% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #5A347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A347C is #A5CB83. Grayscale: #474747. Windows color (decimal): -10865540 or 8139866. OLE color: 8139866.

HSL color Cylindrical-coordinate representation of color #5A347C: hue angle of 271.67º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A347C is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9052124-
CMYK0.270.5800.51
HSL271.67º40.91%34.51%-
HSV(B)271.67º58.06%48.63%-
XYZ9.086.0819.76-
YUV71.57157.59141.15-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.83%
GREEN value IS 52 (20.70% from 255) = 19.55%
BLUE value IS 124 (48.83% from 255) = 46.62%
R=33.83%
G=19.55%
B=46.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal90521240.270.5800.51271.6740.9134.51
Hex5A347C1B3A0331102923
Octal1326417433720634205143
Binary10110101101001111100110111110100110011100010000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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