Html Css Color HEX #59288E Kingfisher Daisy

📋 copy color: '#59288E'

red 89 ◦ green 40 ◦ blue 142

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

Shades of Kingfisher Daisy #59288E

Tints of Kingfisher Daisy #59288E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 52.4%

R = 32.84%
G = 14.76%
B = 52.4%

CMYK

 C value IS 0.37

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#59288E (or 0x59288E) is known color: Kingfisher Daisy. HEX triplet: 59, 28 and 8E. RGB value is (89,40,142). Sum of RGB (Red+Green+Blue) = 89+40+142=271 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.84% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #59288E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59288E is #A6D771. Grayscale: #414141. Windows color (decimal): -10934130 or 9316441. OLE color: 9316441.

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

Color convert

RGB 89 40 142 -
CMYK 0.37 0.72 0 0.44
HSL 268.82º 0.56% 0.36% -
HSV(B) 268.82º 0.72% 0.56% -
XYZ 9.76 5.59 26.16 -
YUV 66.28 170.73 144.21 -
System Red Green Blue C M Y K H S L
Decimal 89 40 142 0.37 0.72 0 0.44 268.82 0.56 0.36
Hex 59 28 8E 25 48 0 2C 10D 38 24
Octal 131 50 216 45 110 0 54 415 70 44
Binary 1011001 101000 10001110 100101 1001000 0 101100 100001101 111000 100100

Color Harmonies of #59288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59288E

Black with #59288E

Text Example


Text Example

White with #59288E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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