#582982

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

Shades of Kingfisher Daisy #582982

Tints of Kingfisher Daisy #582982

Color information

#582982 (or 0x582982) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 29 and 82. RGB value is (88,41,130). Sum of RGB (Red+Green+Blue) = 88+41+130=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 130 (51.17% from 255 or 50.19% from 259); Max value from RGB is 130 - color contains mainly: blue. Hex color #582982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582982 is #A7D67D. Grayscale: #404040. Windows color (decimal): -10999422 or 8530264. OLE color: 8530264.

HSL color Cylindrical-coordinate representation of color #582982: hue angle of 271.69º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #582982 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8841130-
CMYK0.320.6800.49
HSL271.69º52.05%33.53%-
HSV(B)271.69º68.46%50.98%-
XYZ8.855.2721.67-
YUV65.2164.57144.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.98%
GREEN value IS 41 (16.41% from 255) = 15.83%
BLUE value IS 130 (51.17% from 255) = 50.19%
R=33.98%
G=15.83%
B=50.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal88411300.320.6800.49271.6952.0533.53
Hex58298220440311103422
Octal13051202401040614206442
Binary10110001010011000001010000010001000110001100010000110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582982; }

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

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

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

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

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

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

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

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