#581D9C

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

Shades of Daisy Bush #581D9C

Tints of Daisy Bush #581D9C

Color information

#581D9C (or 0x581D9C) is unknown color: approx Daisy Bush. HEX triplet: 58, 1D and 9C. RGB value is (88,29,156). Sum of RGB (Red+Green+Blue) = 88+29+156=273 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.23% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #581D9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581D9C is #A7E263. Grayscale: #3C3C3C. Windows color (decimal): -11002468 or 10231128. OLE color: 10231128.

HSL color Cylindrical-coordinate representation of color #581D9C: hue angle of 267.87º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #581D9C is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8829156-
CMYK0.440.8100.39
HSL267.87º68.65%36.27%-
HSV(B)267.87º81.41%61.18%-
XYZ10.465.3531.93-
YUV61.12181.55147.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.23%
GREEN value IS 29 (11.72% from 255) = 10.62%
BLUE value IS 156 (61.33% from 255) = 57.14%
R=32.23%
G=10.62%
B=57.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal88291560.440.8100.39267.8768.6536.27
Hex581D9C2C5102710c4524
Octal130352345412104741410544
Binary10110001110110011100101100101000101001111000011001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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