#59417A

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

Shades of Kingfisher Daisy #59417A

Tints of Kingfisher Daisy #59417A

Color information

#59417A (or 0x59417A) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 41 and 7A. RGB value is (89,65,122). Sum of RGB (Red+Green+Blue) = 89+65+122=276 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.25% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 122 - color contains mainly: blue. Hex color #59417A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59417A is #A6BE85. Grayscale: #4E4E4E. Windows color (decimal): -10927750 or 8012121. OLE color: 8012121.

HSL color Cylindrical-coordinate representation of color #59417A: hue angle of 265.26º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #59417A is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8965122-
CMYK0.270.4700.52
HSL265.26º30.48%36.67%-
HSV(B)265.26º46.72%47.84%-
XYZ9.527.3119.32-
YUV78.67152.45135.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.25%
GREEN value IS 65 (25.78% from 255) = 23.55%
BLUE value IS 122 (48.05% from 255) = 44.20%
R=32.25%
G=23.55%
B=44.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal89651220.270.4700.52265.2630.4836.67
Hex59417A1B2F0341091e25
Octal13110117233570644113645
Binary10110011000001111101011011101111011010010000100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59417A; }

 p { color: rgb(89,65,122); }

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

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

 a { background-color: rgb(89,65,122); }

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

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

 span { border-color: rgb(89,65,122); }

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