#594278

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

Shades of Kingfisher Daisy #594278

Tints of Kingfisher Daisy #594278

Color information

#594278 (or 0x594278) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 42 and 78. RGB value is (89,66,120). Sum of RGB (Red+Green+Blue) = 89+66+120=275 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.36% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: blue. Hex color #594278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594278 is #A6BD87. Grayscale: #4E4E4E. Windows color (decimal): -10927496 or 7881305. OLE color: 7881305.

HSL color Cylindrical-coordinate representation of color #594278: hue angle of 265.56º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #594278 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8966120-
CMYK0.260.4500.53
HSL265.56º29.03%36.47%-
HSV(B)265.56º45%47.06%-
XYZ9.467.3818.69-
YUV79.03151.12135.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.36%
GREEN value IS 66 (26.17% from 255) = 24%
BLUE value IS 120 (47.27% from 255) = 43.64%
R=32.36%
G=24%
B=43.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal89661200.260.4500.53265.5629.0336.47
Hex5942781A2D03510a1d24
Octal13110217032550654123544
Binary10110011000010111100011010101101011010110000101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594278; }

 p { color: rgb(89,66,120); }

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

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

 a { background-color: rgb(89,66,120); }

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

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

 span { border-color: rgb(89,66,120); }

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