#581D7C

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

Shades of Kingfisher Daisy #581D7C

Tints of Kingfisher Daisy #581D7C

Color information

#581D7C (or 0x581D7C) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 1D and 7C. RGB value is (88,29,124). Sum of RGB (Red+Green+Blue) = 88+29+124=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 29 (11.72% from 255 or 12.03% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #581D7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581D7C is #A7E283. Grayscale: #393939. Windows color (decimal): -11002500 or 8133976. OLE color: 8133976.

HSL color Cylindrical-coordinate representation of color #581D7C: hue angle of 277.26º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #581D7C is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8829124-
CMYK0.290.7700.51
HSL277.26º62.09%30%-
HSV(B)277.26º76.61%48.63%-
XYZ8.14.4119.49-
YUV57.47165.55149.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.51%
GREEN value IS 29 (11.72% from 255) = 12.03%
BLUE value IS 124 (48.83% from 255) = 51.45%
R=36.51%
G=12.03%
B=51.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal88291240.290.7700.51277.2662.0930
Hex581D7C1D4D0331153e1e
Octal13035174351150634257636
Binary1011000111011111100111011001101011001110001010111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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