Html Css Color HEX #59248C Kingfisher Daisy

📋 copy color: '#59248C'

red 89 ◦ green 36 ◦ blue 140

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

Shades of Kingfisher Daisy #59248C

Tints of Kingfisher Daisy #59248C

RGB

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

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

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

R = 33.58%
G = 13.58%
B = 52.83%

CMYK

 C value IS 0.36

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59248C (or 0x59248C) is known color: Kingfisher Daisy. HEX triplet: 59, 24 and 8C. RGB value is (89,36,140). Sum of RGB (Red+Green+Blue) = 89+36+140=265 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.58% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #59248C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59248C is #A6DB73. Grayscale: #3F3F3F. Windows color (decimal): -10935156 or 9184345. OLE color: 9184345.

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

Color convert

RGB 89 36 140 -
CMYK 0.36 0.74 0 0.45
HSL 270.58º 0.59% 0.35% -
HSV(B) 270.58º 0.74% 0.55% -
XYZ 9.48 5.28 25.33 -
YUV 63.7 171.06 146.04 -
System Red Green Blue C M Y K H S L
Decimal 89 36 140 0.36 0.74 0 0.45 270.58 0.59 0.35
Hex 59 24 8C 24 4A 0 2D 10F 3B 23
Octal 131 44 214 44 112 0 55 417 73 43
Binary 1011001 100100 10001100 100100 1001010 0 101101 100001111 111011 100011

Color Harmonies of #59248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59248C

Black with #59248C

Text Example


Text Example

White with #59248C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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