#5A208E

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

Shades of Kingfisher Daisy #5A208E

Tints of Kingfisher Daisy #5A208E

Color information

#5A208E (or 0x5A208E) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 20 and 8E. RGB value is (90,32,142). Sum of RGB (Red+Green+Blue) = 90+32+142=264 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.09% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 142 (55.86% from 255 or 53.79% from 264); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A208E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A208E is #A5DF71. Grayscale: #3D3D3D. Windows color (decimal): -10870642 or 9314394. OLE color: 9314394.

HSL color Cylindrical-coordinate representation of color #5A208E: hue angle of 271.64º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A208E is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9032142-
CMYK0.370.7700.44
HSL271.64º63.22%34.12%-
HSV(B)271.64º77.46%55.69%-
XYZ9.625.1626.08-
YUV61.88173.22148.06-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.09%
GREEN value IS 32 (12.89% from 255) = 12.12%
BLUE value IS 142 (55.86% from 255) = 53.79%
R=34.09%
G=12.12%
B=53.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal90321420.370.7700.44271.6463.2234.12
Hex5A208E254D02C1103f22
Octal13240216451150544207742
Binary10110101000001000111010010110011010101100100010000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A208E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,32,142); }

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

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

 a { background-color: rgb(90,32,142); }

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

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

 span { border-color: rgb(90,32,142); }

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