Html Css Color HEX #59297D Kingfisher Daisy

📋 copy color: '#59297D'

red 89 ◦ green 41 ◦ blue 125

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

Shades of Kingfisher Daisy #59297D

Tints of Kingfisher Daisy #59297D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.08%

 BLUE value IS 125 (49.22% from 255) = 49.02%

R = 34.9%
G = 16.08%
B = 49.02%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59297D (or 0x59297D) is known color: Kingfisher Daisy. HEX triplet: 59, 29 and 7D. RGB value is (89,41,125). Sum of RGB (Red+Green+Blue) = 89+41+125=255 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.90% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #59297D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59297D is #A6D682. Grayscale: #404040. Windows color (decimal): -10933891 or 8202585. OLE color: 8202585.

HSL color Cylindrical-coordinate representation of color #59297D: hue angle of 274.29º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #59297D is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 89 41 125 -
CMYK 0.29 0.67 0 0.51
HSL 274.29º 0.51% 0.33% -
HSV(B) 274.29º 0.67% 0.49% -
XYZ 8.61 5.19 19.95 -
YUV 64.93 161.9 145.17 -
System Red Green Blue C M Y K H S L
Decimal 89 41 125 0.29 0.67 0 0.51 274.29 0.51 0.33
Hex 59 29 7D 1D 43 0 33 112 33 21
Octal 131 51 175 35 103 0 63 422 63 41
Binary 1011001 101001 1111101 11101 1000011 0 110011 100010010 110011 100001

Color Harmonies of #59297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59297D

Black with #59297D

Text Example


Text Example

White with #59297D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59297D; }

 p { color: rgb(89,41,125); }

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

background-color css

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

 a { background-color: rgb(89,41,125); }

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

border-color css

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

 span { border-color: rgb(89,41,125); }

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