#5A2388

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

Shades of Kingfisher Daisy #5A2388

Tints of Kingfisher Daisy #5A2388

Color information

#5A2388 (or 0x5A2388) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 23 and 88. RGB value is (90,35,136). Sum of RGB (Red+Green+Blue) = 90+35+136=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #5A2388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2388 is #A5DC77. Grayscale: #3E3E3E. Windows color (decimal): -10869880 or 8921946. OLE color: 8921946.

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

Color convert

RGB9035136-
CMYK0.340.7400.47
HSL272.67º59.06%33.53%-
HSV(B)272.67º74.26%53.33%-
XYZ9.265.1523.8-
YUV62.96169.22147.29-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.48%
GREEN value IS 35 (14.06% from 255) = 13.41%
BLUE value IS 136 (53.52% from 255) = 52.11%
R=34.48%
G=13.41%
B=52.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal90351360.340.7400.47272.6759.0633.53
Hex5A2388224A02F1113b22
Octal13243210421120574217342
Binary10110101000111000100010001010010100101111100010001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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