#5D298C

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

Shades of Kingfisher Daisy #5D298C

Tints of Kingfisher Daisy #5D298C

Color information

#5D298C (or 0x5D298C) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 29 and 8C. RGB value is (93,41,140). Sum of RGB (Red+Green+Blue) = 93+41+140=274 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.94% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #5D298C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D298C is #A2D673. Grayscale: #434343. Windows color (decimal): -10671732 or 9185629. OLE color: 9185629.

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

Color convert

RGB9341140-
CMYK0.340.7100.45
HSL271.52º54.7%35.49%-
HSV(B)271.52º70.71%54.9%-
XYZ10.045.8125.4-
YUV67.83168.73145.95-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.94%
GREEN value IS 41 (16.41% from 255) = 14.96%
BLUE value IS 140 (55.08% from 255) = 51.09%
R=33.94%
G=14.96%
B=51.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal93411400.340.7100.45271.5254.735.49
Hex5D298C224702D1103723
Octal13551214421070554206743
Binary10111011010011000110010001010001110101101100010000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D298C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,41,140); }

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

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

 a { background-color: rgb(93,41,140); }

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

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

 span { border-color: rgb(93,41,140); }

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