#5A2395

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

Shades of Kingfisher Daisy #5A2395

Tints of Kingfisher Daisy #5A2395

Color information

#5A2395 (or 0x5A2395) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 23 and 95. RGB value is (90,35,149). Sum of RGB (Red+Green+Blue) = 90+35+149=274 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.85% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #5A2395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2395 is #A5DC6A. Grayscale: #404040. Windows color (decimal): -10869867 or 9773914. OLE color: 9773914.

HSL color Cylindrical-coordinate representation of color #5A2395: hue angle of 268.95º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A2395 is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9035149-
CMYK0.400.7700.42
HSL268.95º61.96%36.08%-
HSV(B)268.95º76.51%58.43%-
XYZ10.245.5528.96-
YUV64.44175.72146.23-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.85%
GREEN value IS 35 (14.06% from 255) = 12.77%
BLUE value IS 149 (58.59% from 255) = 54.38%
R=32.85%
G=12.77%
B=54.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90351490.400.7700.42268.9561.9636.08
Hex5A2395284D02A10d3e24
Octal13243225501150524157644
Binary10110101000111001010110100010011010101010100001101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,35,149); }

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

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

 a { background-color: rgb(90,35,149); }

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

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

 span { border-color: rgb(90,35,149); }

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