Html Css Color HEX #593280 Kingfisher Daisy

📋 copy color: '#593280'

red 89 ◦ green 50 ◦ blue 128

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

Shades of Kingfisher Daisy #593280

Tints of Kingfisher Daisy #593280

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.73%

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

R = 33.33%
G = 18.73%
B = 47.94%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#593280 (or 0x593280) is known color: Kingfisher Daisy. HEX triplet: 59, 32 and 80. RGB value is (89,50,128). Sum of RGB (Red+Green+Blue) = 89+50+128=267 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.33% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 128 - color contains mainly: blue. Hex color #593280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593280 is #A6CD7F. Grayscale: #464646. Windows color (decimal): -10931584 or 8401497. OLE color: 8401497.

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

Color convert

RGB 89 50 128 -
CMYK 0.30 0.61 0 0.50
HSL 270º 0.44% 0.35% -
HSV(B) 270º 0.61% 0.5% -
XYZ 9.16 5.96 21.09 -
YUV 70.55 160.42 141.16 -
System Red Green Blue C M Y K H S L
Decimal 89 50 128 0.30 0.61 0 0.50 270 0.44 0.35
Hex 59 32 80 1E 3D 0 32 10E 2C 23
Octal 131 62 200 36 75 0 62 416 54 43
Binary 1011001 110010 10000000 11110 111101 0 110010 100001110 101100 100011

Color Harmonies of #593280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593280

Black with #593280

Text Example


Text Example

White with #593280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593280; }

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

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

background-color css

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

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

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

border-color css

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

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

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