Html Css Color HEX #593282 Kingfisher Daisy

📋 copy color: '#593282'

red 89 ◦ green 50 ◦ blue 130

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

Shades of Kingfisher Daisy #593282

Tints of Kingfisher Daisy #593282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 48.33%

R = 33.09%
G = 18.59%
B = 48.33%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#593282 (or 0x593282) is known color: Kingfisher Daisy. HEX triplet: 59, 32 and 82. RGB value is (89,50,130). Sum of RGB (Red+Green+Blue) = 89+50+130=269 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.09% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #593282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593282 is #A6CD7D. Grayscale: #464646. Windows color (decimal): -10931582 or 8532569. OLE color: 8532569.

HSL color Cylindrical-coordinate representation of color #593282: hue angle of 269.25º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #593282 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 89 50 130 -
CMYK 0.32 0.62 0 0.49
HSL 269.25º 0.44% 0.35% -
HSV(B) 269.25º 0.62% 0.51% -
XYZ 9.29 6.02 21.79 -
YUV 70.78 161.42 141 -
System Red Green Blue C M Y K H S L
Decimal 89 50 130 0.32 0.62 0 0.49 269.25 0.44 0.35
Hex 59 32 82 20 3E 0 31 10D 2C 23
Octal 131 62 202 40 76 0 61 415 54 43
Binary 1011001 110010 10000010 100000 111110 0 110001 100001101 101100 100011

Color Harmonies of #593282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593282

Black with #593282

Text Example


Text Example

White with #593282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593282; }

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

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

background-color css

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

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

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

border-color css

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

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

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