#5D297B

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

Shades of Kingfisher Daisy #5D297B

Tints of Kingfisher Daisy #5D297B

Color information

#5D297B (or 0x5D297B) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 29 and 7B. RGB value is (93,41,123). Sum of RGB (Red+Green+Blue) = 93+41+123=257 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.19% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #5D297B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D297B is #A2D684. Grayscale: #414141. Windows color (decimal): -10671749 or 8071517. OLE color: 8071517.

HSL color Cylindrical-coordinate representation of color #5D297B: hue angle of 278.05º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D297B is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9341123-
CMYK0.240.6700.52
HSL278.05º50%32.16%-
HSV(B)278.05º66.67%48.24%-
XYZ8.885.3419.3-
YUV65.9160.23147.33-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.19%
GREEN value IS 41 (16.41% from 255) = 15.95%
BLUE value IS 123 (48.44% from 255) = 47.86%
R=36.19%
G=15.95%
B=47.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal93411230.240.6700.52278.055032.16
Hex5D297B18430341163220
Octal13551173301030644266240
Binary101110110100111110111100010000110110100100010110110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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