#592294

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

Shades of Kingfisher Daisy #592294

Tints of Kingfisher Daisy #592294

Color information

#592294 (or 0x592294) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 22 and 94. RGB value is (89,34,148). Sum of RGB (Red+Green+Blue) = 89+34+148=271 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.84% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #592294 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592294 is #A6DD6B. Grayscale: #3F3F3F. Windows color (decimal): -10935660 or 9708121. OLE color: 9708121.

HSL color Cylindrical-coordinate representation of color #592294: hue angle of 268.95º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #592294 is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8934148-
CMYK0.400.7700.42
HSL268.95º62.64%35.69%-
HSV(B)268.95º77.03%58.04%-
XYZ10.045.4128.53-
YUV63.44175.72146.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.84%
GREEN value IS 34 (13.67% from 255) = 12.55%
BLUE value IS 148 (58.20% from 255) = 54.61%
R=32.84%
G=12.55%
B=54.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89341480.400.7700.42268.9562.6435.69
Hex592294284D02A10d3f24
Octal13142224501150524157744
Binary10110011000101001010010100010011010101010100001101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592294; }

 p { color: rgb(89,34,148); }

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

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

 a { background-color: rgb(89,34,148); }

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

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

 span { border-color: rgb(89,34,148); }

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