#5D348D

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

Shades of Kingfisher Daisy #5D348D

Tints of Kingfisher Daisy #5D348D

Color information

#5D348D (or 0x5D348D) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 34 and 8D. RGB value is (93,52,141). Sum of RGB (Red+Green+Blue) = 93+52+141=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #5D348D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D348D is #A2CB72. Grayscale: #4A4A4A. Windows color (decimal): -10668915 or 9253981. OLE color: 9253981.

HSL color Cylindrical-coordinate representation of color #5D348D: hue angle of 267.64º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D348D is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9352141-
CMYK0.340.6300.45
HSL267.64º46.11%37.84%-
HSV(B)267.64º63.12%55.29%-
XYZ10.556.7125.94-
YUV74.4165.58141.26-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.52%
GREEN value IS 52 (20.70% from 255) = 18.18%
BLUE value IS 141 (55.47% from 255) = 49.30%
R=32.52%
G=18.18%
B=49.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal93521410.340.6300.45267.6446.1137.84
Hex5D348D223F02D10c2e26
Octal1356421542770554145646
Binary1011101110100100011011000101111110101101100001100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,52,141); }

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

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

 a { background-color: rgb(93,52,141); }

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

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

 span { border-color: rgb(93,52,141); }

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