Html Css Color HEX #59248E Kingfisher Daisy

📋 copy color: '#59248E'

red 89 ◦ green 36 ◦ blue 142

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

Shades of Kingfisher Daisy #59248E

Tints of Kingfisher Daisy #59248E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.48%

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

R = 33.33%
G = 13.48%
B = 53.18%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#59248E (or 0x59248E) is known color: Kingfisher Daisy. HEX triplet: 59, 24 and 8E. RGB value is (89,36,142). Sum of RGB (Red+Green+Blue) = 89+36+142=267 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.33% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #59248E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59248E is #A6DB71. Grayscale: #3F3F3F. Windows color (decimal): -10935154 or 9315417. OLE color: 9315417.

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

Color convert

RGB 89 36 142 -
CMYK 0.37 0.75 0 0.44
HSL 270º 0.6% 0.35% -
HSV(B) 270º 0.75% 0.56% -
XYZ 9.63 5.34 26.11 -
YUV 63.93 172.06 145.88 -
System Red Green Blue C M Y K H S L
Decimal 89 36 142 0.37 0.75 0 0.44 270 0.6 0.35
Hex 59 24 8E 25 4B 0 2C 10E 3C 23
Octal 131 44 216 45 113 0 54 416 74 43
Binary 1011001 100100 10001110 100101 1001011 0 101100 100001110 111100 100011

Color Harmonies of #59248E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59248E

Black with #59248E

Text Example


Text Example

White with #59248E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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