#58279A

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

Shades of Daisy Bush #58279A

Tints of Daisy Bush #58279A

Color information

#58279A (or 0x58279A) is unknown color: approx Daisy Bush. HEX triplet: 58, 27 and 9A. RGB value is (88,39,154). Sum of RGB (Red+Green+Blue) = 88+39+154=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 154 (60.55% from 255 or 54.80% from 281); Max value from RGB is 154 - color contains mainly: blue. Hex color #58279A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58279A is #A7D865. Grayscale: #424242. Windows color (decimal): -10999910 or 10102616. OLE color: 10102616.

HSL color Cylindrical-coordinate representation of color #58279A: hue angle of 265.57º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58279A is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8839154-
CMYK0.430.7500.40
HSL265.57º59.59%37.84%-
HSV(B)265.57º74.68%60.39%-
XYZ10.585.8631.14-
YUV66.76177.23143.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.32%
GREEN value IS 39 (15.62% from 255) = 13.88%
BLUE value IS 154 (60.55% from 255) = 54.80%
R=31.32%
G=13.88%
B=54.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88391540.430.7500.40265.5759.5937.84
Hex58279A2B4B02810a3c26
Octal13047232531130504127446
Binary10110001001111001101010101110010110101000100001010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58279A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58279A; }

 p { color: rgb(88,39,154); }

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

<style>
 a { background-color: #58279A; }

 a { background-color: rgb(88,39,154); }

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

<style>
 span { border-color: #58279A; }

 span { border-color: rgb(88,39,154); }

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