#5D297A

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

Shades of Kingfisher Daisy #5D297A

Tints of Kingfisher Daisy #5D297A

Color information

#5D297A (or 0x5D297A) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 29 and 7A. RGB value is (93,41,122). Sum of RGB (Red+Green+Blue) = 93+41+122=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 122 - color contains mainly: blue. Hex color #5D297A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D297A is #A2D685. Grayscale: #414141. Windows color (decimal): -10671750 or 8005981. OLE color: 8005981.

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

Color convert

RGB9341122-
CMYK0.240.6600.52
HSL278.52º49.69%31.96%-
HSV(B)278.52º66.39%47.84%-
XYZ8.825.3218.97-
YUV65.78159.73147.41-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.33%
GREEN value IS 41 (16.41% from 255) = 16.02%
BLUE value IS 122 (48.05% from 255) = 47.66%
R=36.33%
G=16.02%
B=47.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal93411220.240.6600.52278.5249.6931.96
Hex5D297A18420341173220
Octal13551172301020644276240
Binary101110110100111110101100010000100110100100010111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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