#582991

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

Shades of Kingfisher Daisy #582991

Tints of Kingfisher Daisy #582991

Color information

#582991 (or 0x582991) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 29 and 91. RGB value is (88,41,145). Sum of RGB (Red+Green+Blue) = 88+41+145=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #582991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582991 is #A7D66E. Grayscale: #424242. Windows color (decimal): -10999407 or 9513304. OLE color: 9513304.

HSL color Cylindrical-coordinate representation of color #582991: hue angle of 267.12º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #582991 is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8841145-
CMYK0.390.7200.43
HSL267.12º55.91%36.47%-
HSV(B)267.12º71.72%56.86%-
XYZ9.935.727.37-
YUV66.91172.07143.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.12%
GREEN value IS 41 (16.41% from 255) = 14.96%
BLUE value IS 145 (57.03% from 255) = 52.92%
R=32.12%
G=14.96%
B=52.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88411450.390.7200.43267.1255.9136.47
Hex582991274802B10b3824
Octal13051221471100534137044
Binary10110001010011001000110011110010000101011100001011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582991; }

 p { color: rgb(88,41,145); }

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

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

 a { background-color: rgb(88,41,145); }

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

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

 span { border-color: rgb(88,41,145); }

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