Html Css Color HEX #593980 Kingfisher Daisy

📋 copy color: '#593980'

red 89 ◦ green 57 ◦ blue 128

#593980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #593980

Tints of Kingfisher Daisy #593980

RGB

 RED value IS 89 (35.16% from 255) = 32.48%

 GREEN value IS 57 (22.66% from 255) = 20.8%

 BLUE value IS 128 (50.39% from 255) = 46.72%

R = 32.48%
G = 20.8%
B = 46.72%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#593980 (or 0x593980) is known color: Kingfisher Daisy. HEX triplet: 59, 39 and 80. RGB value is (89,57,128). Sum of RGB (Red+Green+Blue) = 89+57+128=274 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.48% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 128 (50.39% from 255 or 46.72% from 274); Max value from RGB is 128 - color contains mainly: blue. Hex color #593980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593980 is #A6C67F. Grayscale: #4A4A4A. Windows color (decimal): -10929792 or 8403289. OLE color: 8403289.

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

Color convert

RGB 89 57 128 -
CMYK 0.30 0.55 0 0.50
HSL 267.04º 0.38% 0.36% -
HSV(B) 267.04º 0.55% 0.5% -
XYZ 9.48 6.61 21.2 -
YUV 74.66 158.1 138.23 -
System Red Green Blue C M Y K H S L
Decimal 89 57 128 0.30 0.55 0 0.50 267.04 0.38 0.36
Hex 59 39 80 1E 37 0 32 10B 26 24
Octal 131 71 200 36 67 0 62 413 46 44
Binary 1011001 111001 10000000 11110 110111 0 110010 100001011 100110 100100

Color Harmonies of #593980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593980

Black with #593980

Text Example


Text Example

White with #593980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593980; }

 p { color: rgb(89,57,128); }

 H1.HeaderClassName
 {
   color: #593980;
 }
 .AnyTagClassName
 {
   color: #593980;
 }
</style>

background-color css

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

 a { background-color: rgb(89,57,128); }

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

border-color css

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

 span { border-color: rgb(89,57,128); }

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