Html Css Color HEX #593D7C Kingfisher Daisy

📋 copy color: '#593D7C'

red 89 ◦ green 61 ◦ blue 124

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

Shades of Kingfisher Daisy #593D7C

Tints of Kingfisher Daisy #593D7C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.26%

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

R = 32.48%
G = 22.26%
B = 45.26%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#593D7C (or 0x593D7C) is known color: Kingfisher Daisy. HEX triplet: 59, 3D and 7C. RGB value is (89,61,124). Sum of RGB (Red+Green+Blue) = 89+61+124=274 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.48% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 124 - color contains mainly: blue. Hex color #593D7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593D7C is #A6C283. Grayscale: #4C4C4C. Windows color (decimal): -10928772 or 8142169. OLE color: 8142169.

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

Color convert

RGB 89 61 124 -
CMYK 0.28 0.51 0 0.51
HSL 266.67º 0.34% 0.36% -
HSV(B) 266.67º 0.51% 0.49% -
XYZ 9.43 6.92 19.91 -
YUV 76.55 154.78 136.88 -
System Red Green Blue C M Y K H S L
Decimal 89 61 124 0.28 0.51 0 0.51 266.67 0.34 0.36
Hex 59 3D 7C 1C 33 0 33 10B 22 24
Octal 131 75 174 34 63 0 63 413 42 44
Binary 1011001 111101 1111100 11100 110011 0 110011 100001011 100010 100100

Color Harmonies of #593D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593D7C

Black with #593D7C

Text Example


Text Example

White with #593D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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