#592194

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

Shades of Kingfisher Daisy #592194

Tints of Kingfisher Daisy #592194

Color information

#592194 (or 0x592194) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 21 and 94. RGB value is (89,33,148). Sum of RGB (Red+Green+Blue) = 89+33+148=270 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.96% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 148 (58.20% from 255 or 54.81% from 270); Max value from RGB is 148 - color contains mainly: blue. Hex color #592194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592194 is #A6DE6B. Grayscale: #3E3E3E. Windows color (decimal): -10935916 or 9707865. OLE color: 9707865.

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

Color convert

RGB8933148-
CMYK0.400.7800.42
HSL269.22º63.54%35.49%-
HSV(B)269.22º77.7%58.04%-
XYZ10.015.3528.52-
YUV62.85176.05146.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.96%
GREEN value IS 33 (13.28% from 255) = 12.22%
BLUE value IS 148 (58.20% from 255) = 54.81%
R=32.96%
G=12.22%
B=54.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89331480.400.7800.42269.2263.5435.49
Hex592194284E02A10d4023
Octal131412245011605241510043
Binary101100110000110010100101000100111001010101000011011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592194; }

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

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

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

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

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

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

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

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