#5D247D

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

Shades of Kingfisher Daisy #5D247D

Tints of Kingfisher Daisy #5D247D

Color information

#5D247D (or 0x5D247D) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 24 and 7D. RGB value is (93,36,125). Sum of RGB (Red+Green+Blue) = 93+36+125=254 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.61% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 125 - color contains mainly: blue. Hex color #5D247D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D247D is #A2DB82. Grayscale: #3E3E3E. Windows color (decimal): -10673027 or 8201309. OLE color: 8201309.

HSL color Cylindrical-coordinate representation of color #5D247D: hue angle of 278.43º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D247D is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9336125-
CMYK0.260.7100.51
HSL278.43º55.28%31.57%-
HSV(B)278.43º71.2%49.02%-
XYZ8.855.0719.91-
YUV63.19162.88149.26-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.61%
GREEN value IS 36 (14.45% from 255) = 14.17%
BLUE value IS 125 (49.22% from 255) = 49.21%
R=36.61%
G=14.17%
B=49.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal93361250.260.7100.51278.4355.2831.57
Hex5D247D1A470331163720
Octal13544175321070634266740
Binary101110110010011111011101010001110110011100010110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D247D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,36,125); }

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

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

 a { background-color: rgb(93,36,125); }

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

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

 span { border-color: rgb(93,36,125); }

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