#5A358A

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

Shades of Kingfisher Daisy #5A358A

Tints of Kingfisher Daisy #5A358A

Color information

#5A358A (or 0x5A358A) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 35 and 8A. RGB value is (90,53,138). Sum of RGB (Red+Green+Blue) = 90+53+138=281 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.03% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #5A358A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A358A is #A5CA75. Grayscale: #494949. Windows color (decimal): -10865270 or 9057626. OLE color: 9057626.

HSL color Cylindrical-coordinate representation of color #5A358A: hue angle of 266.12º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A358A is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9053138-
CMYK0.350.6200.46
HSL266.12º44.5%37.45%-
HSV(B)266.12º61.59%54.12%-
XYZ10.086.5524.78-
YUV73.75164.26139.59-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.03%
GREEN value IS 53 (21.09% from 255) = 18.86%
BLUE value IS 138 (54.30% from 255) = 49.11%
R=32.03%
G=18.86%
B=49.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal90531380.350.6200.46266.1244.537.45
Hex5A358A233E02E10a2d25
Octal1326521243760564125545
Binary1011010110101100010101000111111100101110100001010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,53,138); }

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

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

 a { background-color: rgb(90,53,138); }

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

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

 span { border-color: rgb(90,53,138); }

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