#591f94

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

Shades of Kingfisher Daisy #591F94

Tints of Kingfisher Daisy #591F94

Color information

#591F94 (or 0x591F94) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 1F and 94. RGB value is (89,31,148). Sum of RGB (Red+Green+Blue) = 89+31+148=268 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.21% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #591F94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591F94 is #A6E06B. Grayscale: #3D3D3D. Windows color (decimal): -10936428 or 9707353. OLE color: 9707353.

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

Color convert

RGB8931148-
CMYK0.400.7900.42
HSL269.74º65.36%35.1%-
HSV(B)269.74º79.05%58.04%-
XYZ9.965.2428.5-
YUV61.68176.72147.49-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.21%
GREEN value IS 31 (12.5% from 255) = 11.57%
BLUE value IS 148 (58.20% from 255) = 55.22%
R=33.21%
G=11.57%
B=55.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89311480.400.7900.42269.7465.3635.1
Hex591F94284F02A10e4123
Octal131372245011705241610143
Binary10110011111110010100101000100111101010101000011101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591f94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591f94; }

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

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

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

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

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

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

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

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