#59278F

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

Shades of Kingfisher Daisy #59278F

Tints of Kingfisher Daisy #59278F

Color information

#59278F (or 0x59278F) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 27 and 8F. RGB value is (89,39,143). Sum of RGB (Red+Green+Blue) = 89+39+143=271 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.84% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 143 (56.25% from 255 or 52.77% from 271); Max value from RGB is 143 - color contains mainly: blue. Hex color #59278F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59278F is #A6D870. Grayscale: #414141. Windows color (decimal): -10934385 or 9381721. OLE color: 9381721.

HSL color Cylindrical-coordinate representation of color #59278F: hue angle of 268.85º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #59278F is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8939143-
CMYK0.380.7300.44
HSL268.85º57.14%35.69%-
HSV(B)268.85º72.73%56.08%-
XYZ9.85.5626.54-
YUV65.81171.56144.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.84%
GREEN value IS 39 (15.62% from 255) = 14.39%
BLUE value IS 143 (56.25% from 255) = 52.77%
R=32.84%
G=14.39%
B=52.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal89391430.380.7300.44268.8557.1435.69
Hex59278F264902C10d3924
Octal13147217461110544157144
Binary10110011001111000111110011010010010101100100001101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59278F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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