#5A3083

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

Shades of Kingfisher Daisy #5A3083

Tints of Kingfisher Daisy #5A3083

Color information

#5A3083 (or 0x5A3083) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 30 and 83. RGB value is (90,48,131). Sum of RGB (Red+Green+Blue) = 90+48+131=269 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.46% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #5A3083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3083 is #A5CF7C. Grayscale: #454545. Windows color (decimal): -10866557 or 8597594. OLE color: 8597594.

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

Color convert

RGB9048131-
CMYK0.310.6300.49
HSL270.36º46.37%35.1%-
HSV(B)270.36º63.36%51.37%-
XYZ9.375.9322.12-
YUV70.02162.41142.25-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.46%
GREEN value IS 48 (19.14% from 255) = 17.84%
BLUE value IS 131 (51.56% from 255) = 48.70%
R=33.46%
G=17.84%
B=48.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal90481310.310.6300.49270.3646.3735.1
Hex5A30831F3F03110e2e23
Octal1326020337770614165643
Binary101101011000010000011111111111110110001100001110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,48,131); }

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

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

 a { background-color: rgb(90,48,131); }

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

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

 span { border-color: rgb(90,48,131); }

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