#581D92

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

Shades of Kingfisher Daisy #581D92

Tints of Kingfisher Daisy #581D92

Color information

#581D92 (or 0x581D92) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 1D and 92. RGB value is (88,29,146). Sum of RGB (Red+Green+Blue) = 88+29+146=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 29 (11.72% from 255 or 11.03% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #581D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581D92 is #A7E26D. Grayscale: #3B3B3B. Windows color (decimal): -11002478 or 9575768. OLE color: 9575768.

HSL color Cylindrical-coordinate representation of color #581D92: hue angle of 270.26º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #581D92 is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8829146-
CMYK0.400.8000.43
HSL270.26º66.86%34.31%-
HSV(B)270.26º80.14%57.25%-
XYZ9.655.0327.66-
YUV59.98176.55147.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.46%
GREEN value IS 29 (11.72% from 255) = 11.03%
BLUE value IS 146 (57.42% from 255) = 55.51%
R=33.46%
G=11.03%
B=55.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88291460.400.8000.43270.2666.8634.31
Hex581D92285002B10e4322
Octal130352225012005341610342
Binary10110001110110010010101000101000001010111000011101000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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