#5D2281

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

Shades of Kingfisher Daisy #5D2281

Tints of Kingfisher Daisy #5D2281

Color information

#5D2281 (or 0x5D2281) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 22 and 81. RGB value is (93,34,129). Sum of RGB (Red+Green+Blue) = 93+34+129=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 129 (50.78% from 255 or 50.39% from 256); Max value from RGB is 129 - color contains mainly: blue. Hex color #5D2281 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2281 is #A2DD7E. Grayscale: #3E3E3E. Windows color (decimal): -10673535 or 8462941. OLE color: 8462941.

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

Color convert

RGB9334129-
CMYK0.280.7400.49
HSL277.26º58.28%31.96%-
HSV(B)277.26º73.64%50.59%-
XYZ9.055.0621.27-
YUV62.47165.55149.78-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.33%
GREEN value IS 34 (13.67% from 255) = 13.28%
BLUE value IS 129 (50.78% from 255) = 50.39%
R=36.33%
G=13.28%
B=50.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal93341290.280.7400.49277.2658.2831.96
Hex5D22811C4A0311153a20
Octal13542201341120614257240
Binary1011101100010100000011110010010100110001100010101111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,34,129); }

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

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

 a { background-color: rgb(93,34,129); }

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

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

 span { border-color: rgb(93,34,129); }

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