#581D9F

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

Shades of Daisy Bush #581D9F

Tints of Daisy Bush #581D9F

Color information

#581D9F (or 0x581D9F) is unknown color: approx Daisy Bush. HEX triplet: 58, 1D and 9F. RGB value is (88,29,159). Sum of RGB (Red+Green+Blue) = 88+29+159=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 159 (62.5% from 255 or 57.61% from 276); Max value from RGB is 159 - color contains mainly: blue. Hex color #581D9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581D9F is #A7E260. Grayscale: #3D3D3D. Windows color (decimal): -11002465 or 10427736. OLE color: 10427736.

HSL color Cylindrical-coordinate representation of color #581D9F: hue angle of 267.23º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581D9F is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8829159-
CMYK0.450.8200.38
HSL267.23º69.15%36.86%-
HSV(B)267.23º81.76%62.35%-
XYZ10.725.4633.29-
YUV61.46183.05146.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.88%
GREEN value IS 29 (11.72% from 255) = 10.51%
BLUE value IS 159 (62.5% from 255) = 57.61%
R=31.88%
G=10.51%
B=57.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal88291590.450.8200.38267.2369.1536.86
Hex581D9F2D5202610b4525
Octal130352375512204641310545
Binary10110001110110011111101101101001001001101000010111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581D9F; }

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

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

<style>
 a { background-color: #581D9F; }

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

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

<style>
 span { border-color: #581D9F; }

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

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