#5D388E

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

Shades of Daisy Bush #5D388E

Tints of Daisy Bush #5D388E

Color information

#5D388E (or 0x5D388E) is unknown color: approx Daisy Bush. HEX triplet: 5D, 38 and 8E. RGB value is (93,56,142). Sum of RGB (Red+Green+Blue) = 93+56+142=291 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.96% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 142 (55.86% from 255 or 48.80% from 291); Max value from RGB is 142 - color contains mainly: blue. Hex color #5D388E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D388E is #A2C771. Grayscale: #4C4C4C. Windows color (decimal): -10667890 or 9320541. OLE color: 9320541.

HSL color Cylindrical-coordinate representation of color #5D388E: hue angle of 265.81º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D388E is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9356142-
CMYK0.350.6100.44
HSL265.81º43.43%38.82%-
HSV(B)265.81º60.56%55.69%-
XYZ10.817.1126.39-
YUV76.87164.76139.51-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.96%
GREEN value IS 56 (22.27% from 255) = 19.24%
BLUE value IS 142 (55.86% from 255) = 48.80%
R=31.96%
G=19.24%
B=48.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal93561420.350.6100.44265.8143.4338.82
Hex5D388E233D02C10a2b27
Octal1357021643750544125347
Binary1011101111000100011101000111111010101100100001010101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,56,142); }

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

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

 a { background-color: rgb(93,56,142); }

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

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

 span { border-color: rgb(93,56,142); }

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