Html Css Color HEX #593A7C Kingfisher Daisy

📋 copy color: '#593A7C'

red 89 ◦ green 58 ◦ blue 124

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

Shades of Kingfisher Daisy #593A7C

Tints of Kingfisher Daisy #593A7C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.4%

 BLUE value IS 124 (48.83% from 255) = 45.76%

R = 32.84%
G = 21.4%
B = 45.76%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#593A7C (or 0x593A7C) is known color: Kingfisher Daisy. HEX triplet: 59, 3A and 7C. RGB value is (89,58,124). Sum of RGB (Red+Green+Blue) = 89+58+124=271 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.84% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 124 - color contains mainly: blue. Hex color #593A7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593A7C is #A6C583. Grayscale: #4A4A4A. Windows color (decimal): -10929540 or 8141401. OLE color: 8141401.

HSL color Cylindrical-coordinate representation of color #593A7C: hue angle of 268.18º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #593A7C is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 89 58 124 -
CMYK 0.28 0.53 0 0.51
HSL 268.18º 0.36% 0.36% -
HSV(B) 268.18º 0.53% 0.49% -
XYZ 9.27 6.61 19.86 -
YUV 74.79 155.77 138.13 -
System Red Green Blue C M Y K H S L
Decimal 89 58 124 0.28 0.53 0 0.51 268.18 0.36 0.36
Hex 59 3A 7C 1C 35 0 33 10C 24 24
Octal 131 72 174 34 65 0 63 414 44 44
Binary 1011001 111010 1111100 11100 110101 0 110011 100001100 100100 100100

Color Harmonies of #593A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593A7C

Black with #593A7C

Text Example


Text Example

White with #593A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,58,124); }

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

background-color css

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

 a { background-color: rgb(89,58,124); }

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

border-color css

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

 span { border-color: rgb(89,58,124); }

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