Html Css Color HEX #59288D Kingfisher Daisy

📋 copy color: '#59288D'

red 89 ◦ green 40 ◦ blue 141

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

Shades of Kingfisher Daisy #59288D

Tints of Kingfisher Daisy #59288D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.81%

 BLUE value IS 141 (55.47% from 255) = 52.22%

R = 32.96%
G = 14.81%
B = 52.22%

CMYK

 C value IS 0.37

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59288D (or 0x59288D) is known color: Kingfisher Daisy. HEX triplet: 59, 28 and 8D. RGB value is (89,40,141). Sum of RGB (Red+Green+Blue) = 89+40+141=270 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.96% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #59288D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59288D is #A6D772. Grayscale: #414141. Windows color (decimal): -10934131 or 9250905. OLE color: 9250905.

HSL color Cylindrical-coordinate representation of color #59288D: hue angle of 269.11º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #59288D is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 40 141 -
CMYK 0.37 0.72 0 0.45
HSL 269.11º 0.56% 0.35% -
HSV(B) 269.11º 0.72% 0.55% -
XYZ 9.69 5.56 25.76 -
YUV 66.17 170.23 144.29 -
System Red Green Blue C M Y K H S L
Decimal 89 40 141 0.37 0.72 0 0.45 269.11 0.56 0.35
Hex 59 28 8D 25 48 0 2D 10D 38 23
Octal 131 50 215 45 110 0 55 415 70 43
Binary 1011001 101000 10001101 100101 1001000 0 101101 100001101 111000 100011

Color Harmonies of #59288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59288D

Black with #59288D

Text Example


Text Example

White with #59288D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,40,141); }

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

background-color css

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

 a { background-color: rgb(89,40,141); }

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

border-color css

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

 span { border-color: rgb(89,40,141); }

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