Html Css Color HEX #59208F Kingfisher Daisy

📋 copy color: '#59208F'

red 89 ◦ green 32 ◦ blue 143

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

Shades of Kingfisher Daisy #59208F

Tints of Kingfisher Daisy #59208F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.12%

 BLUE value IS 143 (56.25% from 255) = 54.17%

R = 33.71%
G = 12.12%
B = 54.17%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#59208F (or 0x59208F) is known color: Kingfisher Daisy. HEX triplet: 59, 20 and 8F. RGB value is (89,32,143). Sum of RGB (Red+Green+Blue) = 89+32+143=264 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.71% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 143 (56.25% from 255 or 54.17% from 264); Max value from RGB is 143 - color contains mainly: blue. Hex color #59208F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59208F is #A6DF70. Grayscale: #3D3D3D. Windows color (decimal): -10936177 or 9379929. OLE color: 9379929.

HSL color Cylindrical-coordinate representation of color #59208F: hue angle of 270.81º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #59208F is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 32 143 -
CMYK 0.38 0.78 0 0.44
HSL 270.81º 0.63% 0.34% -
HSV(B) 270.81º 0.78% 0.56% -
XYZ 9.59 5.14 26.47 -
YUV 61.7 173.88 147.47 -
System Red Green Blue C M Y K H S L
Decimal 89 32 143 0.38 0.78 0 0.44 270.81 0.63 0.34
Hex 59 20 8F 26 4E 0 2C 10F 3F 22
Octal 131 40 217 46 116 0 54 417 77 42
Binary 1011001 100000 10001111 100110 1001110 0 101100 100001111 111111 100010

Color Harmonies of #59208F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59208F

Black with #59208F

Text Example


Text Example

White with #59208F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59208F; }

 p { color: rgb(89,32,143); }

 H1.HeaderClassName
 {
   color: #59208F;
 }
 .AnyTagClassName
 {
   color: #59208F;
 }
</style>

background-color css

<style>
 a { background-color: #59208F; }

 a { background-color: rgb(89,32,143); }

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

border-color css

<style>
 span { border-color: #59208F; }

 span { border-color: rgb(89,32,143); }

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