#582592

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

Shades of Kingfisher Daisy #582592

Tints of Kingfisher Daisy #582592

Color information

#582592 (or 0x582592) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 25 and 92. RGB value is (88,37,146). Sum of RGB (Red+Green+Blue) = 88+37+146=271 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.47% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #582592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582592 is #A7DA6D. Grayscale: #404040. Windows color (decimal): -11000430 or 9577816. OLE color: 9577816.

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

Color convert

RGB8837146-
CMYK0.400.7500.43
HSL268.07º59.56%35.88%-
HSV(B)268.07º74.66%57.25%-
XYZ9.875.4727.73-
YUV64.68173.9144.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.47%
GREEN value IS 37 (14.84% from 255) = 13.65%
BLUE value IS 146 (57.42% from 255) = 53.87%
R=32.47%
G=13.65%
B=53.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88371460.400.7500.43268.0759.5635.88
Hex582592284B02B10c3c24
Octal13045222501130534147444
Binary10110001001011001001010100010010110101011100001100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582592; }

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

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

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

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

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

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

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

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