#592295

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

Shades of Kingfisher Daisy #592295

Tints of Kingfisher Daisy #592295

Color information

#592295 (or 0x592295) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 22 and 95. RGB value is (89,34,149). Sum of RGB (Red+Green+Blue) = 89+34+149=272 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.72% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 149 (58.59% from 255 or 54.78% from 272); Max value from RGB is 149 - color contains mainly: blue. Hex color #592295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592295 is #A6DD6A. Grayscale: #3F3F3F. Windows color (decimal): -10935659 or 9773657. OLE color: 9773657.

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

Color convert

RGB8934149-
CMYK0.400.7700.42
HSL268.7º62.84%35.88%-
HSV(B)268.7º77.18%58.43%-
XYZ10.125.4428.95-
YUV63.56176.22146.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.72%
GREEN value IS 34 (13.67% from 255) = 12.5%
BLUE value IS 149 (58.59% from 255) = 54.78%
R=32.72%
G=12.5%
B=54.78%

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
Decimal89341490.400.7700.42268.762.8435.88
Hex592295284D02A10d3f24
Octal13142225501150524157744
Binary10110011000101001010110100010011010101010100001101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592295; }

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

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

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

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

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

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

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

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