#58378E

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

Shades of Daisy Bush #58378E

Tints of Daisy Bush #58378E

Color information

#58378E (or 0x58378E) is unknown color: approx Daisy Bush. HEX triplet: 58, 37 and 8E. RGB value is (88,55,142). Sum of RGB (Red+Green+Blue) = 88+55+142=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 142 (55.86% from 255 or 49.82% from 285); Max value from RGB is 142 - color contains mainly: blue. Hex color #58378E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58378E is #A7C871. Grayscale: #4A4A4A. Windows color (decimal): -10995826 or 9320280. OLE color: 9320280.

HSL color Cylindrical-coordinate representation of color #58378E: hue angle of 262.76º degrees, saturation: 0.44, 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 #58378E is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8855142-
CMYK0.380.6100.44
HSL262.76º44.16%38.63%-
HSV(B)262.76º61.27%55.69%-
XYZ10.276.7626.35-
YUV74.78165.93137.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.88%
GREEN value IS 55 (21.88% from 255) = 19.30%
BLUE value IS 142 (55.86% from 255) = 49.82%
R=30.88%
G=19.30%
B=49.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal88551420.380.6100.44262.7644.1638.63
Hex58378E263D02C1072c27
Octal1306721646750544075447
Binary1011000110111100011101001101111010101100100000111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58378E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58378E; }

 p { color: rgb(88,55,142); }

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

<style>
 a { background-color: #58378E; }

 a { background-color: rgb(88,55,142); }

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

<style>
 span { border-color: #58378E; }

 span { border-color: rgb(88,55,142); }

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