#5D208B

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

Shades of Kingfisher Daisy #5D208B

Tints of Kingfisher Daisy #5D208B

Color information

#5D208B (or 0x5D208B) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 20 and 8B. RGB value is (93,32,139). Sum of RGB (Red+Green+Blue) = 93+32+139=264 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.23% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #5D208B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D208B is #A2DF74. Grayscale: #3E3E3E. Windows color (decimal): -10674037 or 9117789. OLE color: 9117789.

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

Color convert

RGB9332139-
CMYK0.330.7700.45
HSL274.21º62.57%33.53%-
HSV(B)274.21º76.98%54.51%-
XYZ9.695.2224.92-
YUV62.44171.21149.8-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.23%
GREEN value IS 32 (12.89% from 255) = 12.12%
BLUE value IS 139 (54.69% from 255) = 52.65%
R=35.23%
G=12.12%
B=52.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal93321390.330.7700.45274.2162.5733.53
Hex5D208B214D02D1123f22
Octal13540213411150554227742
Binary10111011000001000101110000110011010101101100010010111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D208B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,32,139); }

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

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

 a { background-color: rgb(93,32,139); }

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

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

 span { border-color: rgb(93,32,139); }

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