Html Css Color HEX #59298C Kingfisher Daisy

📋 copy color: '#59298C'

red 89 ◦ green 41 ◦ blue 140

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

Shades of Kingfisher Daisy #59298C

Tints of Kingfisher Daisy #59298C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 51.85%

R = 32.96%
G = 15.19%
B = 51.85%

CMYK

 C value IS 0.36

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59298C (or 0x59298C) is known color: Kingfisher Daisy. HEX triplet: 59, 29 and 8C. RGB value is (89,41,140). Sum of RGB (Red+Green+Blue) = 89+41+140=270 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.96% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #59298C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59298C is #A6D673. Grayscale: #424242. Windows color (decimal): -10933876 or 9185625. OLE color: 9185625.

HSL color Cylindrical-coordinate representation of color #59298C: hue angle of 269.09º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #59298C is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 41 140 -
CMYK 0.36 0.71 0 0.45
HSL 269.09º 0.55% 0.35% -
HSV(B) 269.09º 0.71% 0.55% -
XYZ 9.65 5.6 25.38 -
YUV 66.64 169.4 143.95 -
System Red Green Blue C M Y K H S L
Decimal 89 41 140 0.36 0.71 0 0.45 269.09 0.55 0.35
Hex 59 29 8C 24 47 0 2D 10D 37 23
Octal 131 51 214 44 107 0 55 415 67 43
Binary 1011001 101001 10001100 100100 1000111 0 101101 100001101 110111 100011

Color Harmonies of #59298C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59298C

Black with #59298C

Text Example


Text Example

White with #59298C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59298C; }

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

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

background-color css

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

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

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

border-color css

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

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

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