Html Css Color HEX #59278D Kingfisher Daisy

📋 copy color: '#59278D'

red 89 ◦ green 39 ◦ blue 141

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

Shades of Kingfisher Daisy #59278D

Tints of Kingfisher Daisy #59278D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.5%

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

R = 33.09%
G = 14.5%
B = 52.42%

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

#59278D (or 0x59278D) is known color: Kingfisher Daisy. HEX triplet: 59, 27 and 8D. RGB value is (89,39,141). Sum of RGB (Red+Green+Blue) = 89+39+141=269 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.09% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #59278D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59278D is #A6D872. Grayscale: #414141. Windows color (decimal): -10934387 or 9250649. OLE color: 9250649.

HSL color Cylindrical-coordinate representation of color #59278D: hue angle of 269.41º degrees, saturation: 0.57, 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 #59278D is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 39 141 -
CMYK 0.37 0.72 0 0.45
HSL 269.41º 0.57% 0.35% -
HSV(B) 269.41º 0.72% 0.55% -
XYZ 9.65 5.5 25.75 -
YUV 65.58 170.57 144.71 -
System Red Green Blue C M Y K H S L
Decimal 89 39 141 0.37 0.72 0 0.45 269.41 0.57 0.35
Hex 59 27 8D 25 48 0 2D 10D 39 23
Octal 131 47 215 45 110 0 55 415 71 43
Binary 1011001 100111 10001101 100101 1001000 0 101101 100001101 111001 100011

Color Harmonies of #59278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59278D

Black with #59278D

Text Example


Text Example

White with #59278D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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