#58279F

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

Shades of Daisy Bush #58279F

Tints of Daisy Bush #58279F

Color information

#58279F (or 0x58279F) is unknown color: approx Daisy Bush. HEX triplet: 58, 27 and 9F. RGB value is (88,39,159). Sum of RGB (Red+Green+Blue) = 88+39+159=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 159 (62.5% from 255 or 55.59% from 286); Max value from RGB is 159 - color contains mainly: blue. Hex color #58279F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58279F is #A7D860. Grayscale: #424242. Windows color (decimal): -10999905 or 10430296. OLE color: 10430296.

HSL color Cylindrical-coordinate representation of color #58279F: hue angle of 264.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58279F is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8839159-
CMYK0.450.7500.38
HSL264.5º60.61%38.82%-
HSV(B)264.5º75.47%62.35%-
XYZ11.016.0333.38-
YUV67.33179.73142.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.77%
GREEN value IS 39 (15.62% from 255) = 13.64%
BLUE value IS 159 (62.5% from 255) = 55.59%
R=30.77%
G=13.64%
B=55.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal88391590.450.7500.38264.560.6138.82
Hex58279F2D4B0261083d27
Octal13047237551130464107547
Binary10110001001111001111110110110010110100110100001000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58279F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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