#59278D

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

Shades of Kingfisher Daisy #59278D

Tints of Kingfisher Daisy #59278D

Color information

#59278D (or 0x59278D) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 27 and 8D. RGB value is (89,39,141). Sum of RGB (Red+Green+Blue) = 89+39+141=269 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.09% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #59278D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59278D is #A6D872. Grayscale: #414141. Windows color (decimal): -10934387 or 9250649. OLE color: 9250649.

HSL color Cylindrical-coordinate representation of color #59278D: hue angle of 269.41º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #59278D is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8939141-
CMYK0.370.7200.45
HSL269.41º56.67%35.29%-
HSV(B)269.41º72.34%55.29%-
XYZ9.655.525.75-
YUV65.58170.56144.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.09%
GREEN value IS 39 (15.62% from 255) = 14.50%
BLUE value IS 141 (55.47% from 255) = 52.42%
R=33.09%
G=14.50%
B=52.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal89391410.370.7200.45269.4156.6735.29
Hex59278D254802D10d3923
Octal13147215451100554157143
Binary10110011001111000110110010110010000101101100001101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59278D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59278D; }

 p { color: rgb(89,39,141); }

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

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

 a { background-color: rgb(89,39,141); }

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

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

 span { border-color: rgb(89,39,141); }

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