#5D2993

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

Shades of Kingfisher Daisy #5D2993

Tints of Kingfisher Daisy #5D2993

Color information

#5D2993 (or 0x5D2993) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 29 and 93. RGB value is (93,41,147). Sum of RGB (Red+Green+Blue) = 93+41+147=281 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.10% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #5D2993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2993 is #A2D66C. Grayscale: #444444. Windows color (decimal): -10671725 or 9644381. OLE color: 9644381.

HSL color Cylindrical-coordinate representation of color #5D2993: hue angle of 269.43º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D2993 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9341147-
CMYK0.370.7200.42
HSL269.43º56.38%36.86%-
HSV(B)269.43º72.11%57.65%-
XYZ10.576.0228.21-
YUV68.63172.23145.38-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.10%
GREEN value IS 41 (16.41% from 255) = 14.59%
BLUE value IS 147 (57.81% from 255) = 52.31%
R=33.10%
G=14.59%
B=52.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal93411470.370.7200.42269.4356.3836.86
Hex5D2993254802A10d3825
Octal13551223451100524157045
Binary10111011010011001001110010110010000101010100001101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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