#593F7F

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

Shades of Kingfisher Daisy #593F7F

Tints of Kingfisher Daisy #593F7F

Color information

#593F7F (or 0x593F7F) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 3F and 7F. RGB value is (89,63,127). Sum of RGB (Red+Green+Blue) = 89+63+127=279 (36% of max value = 765). Red value is 89 (35.16% from 255 or 31.90% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 127 - color contains mainly: blue. Hex color #593F7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593F7F is #A6C080. Grayscale: #4D4D4D. Windows color (decimal): -10928257 or 8339289. OLE color: 8339289.

HSL color Cylindrical-coordinate representation of color #593F7F: hue angle of 264.38º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #593F7F is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8963127-
CMYK0.300.5000.50
HSL264.38º33.68%37.25%-
HSV(B)264.38º50.39%49.8%-
XYZ9.737.2120.96-
YUV78.07155.61135.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.90%
GREEN value IS 63 (25% from 255) = 22.58%
BLUE value IS 127 (50% from 255) = 45.52%
R=31.90%
G=22.58%
B=45.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal89631270.300.5000.50264.3833.6837.25
Hex593F7F1E320321082225
Octal1317717736620624104245
Binary10110011111111111111111101100100110010100001000100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593F7F; }

 p { color: rgb(89,63,127); }

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

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

 a { background-color: rgb(89,63,127); }

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

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

 span { border-color: rgb(89,63,127); }

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