#5E388C

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

Shades of Daisy Bush #5E388C

Tints of Daisy Bush #5E388C

Color information

#5E388C (or 0x5E388C) is unknown color: approx Daisy Bush. HEX triplet: 5E, 38 and 8C. RGB value is (94,56,140). Sum of RGB (Red+Green+Blue) = 94+56+140=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #5E388C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E388C is #A1C773. Grayscale: #4C4C4C. Windows color (decimal): -10602356 or 9189470. OLE color: 9189470.

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

Color convert

RGB9456140-
CMYK0.330.600.45
HSL267.14º42.86%38.43%-
HSV(B)267.14º60%54.9%-
XYZ10.767.125.61-
YUV76.94163.59140.17-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.41%
GREEN value IS 56 (22.27% from 255) = 19.31%
BLUE value IS 140 (55.08% from 255) = 48.28%
R=32.41%
G=19.31%
B=48.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal94561400.330.600.45267.1442.8638.43
Hex5E388C213C02D10b2b26
Octal1367021441740554135346
Binary1011110111000100011001000011111000101101100001011101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E388C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,56,140); }

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

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

 a { background-color: rgb(94,56,140); }

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

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

 span { border-color: rgb(94,56,140); }

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