#582492

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

Shades of Kingfisher Daisy #582492

Tints of Kingfisher Daisy #582492

Color information

#582492 (or 0x582492) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 24 and 92. RGB value is (88,36,146). Sum of RGB (Red+Green+Blue) = 88+36+146=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #582492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582492 is #A7DB6D. Grayscale: #3F3F3F. Windows color (decimal): -11000686 or 9577560. OLE color: 9577560.

HSL color Cylindrical-coordinate representation of color #582492: hue angle of 268.36º 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 #582492 is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8836146-
CMYK0.400.7500.43
HSL268.36º60.44%35.69%-
HSV(B)268.36º75.34%57.25%-
XYZ9.845.4127.72-
YUV64.09174.23145.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.59%
GREEN value IS 36 (14.45% from 255) = 13.33%
BLUE value IS 146 (57.42% from 255) = 54.07%
R=32.59%
G=13.33%
B=54.07%

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
Decimal88361460.400.7500.43268.3660.4435.69
Hex582492284B02B10c3c24
Octal13044222501130534147444
Binary10110001001001001001010100010010110101011100001100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582492; }

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

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

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

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

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

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

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

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