Html Css Color HEX #591D85 Kingfisher Daisy

📋 copy color: '#591D85'

red 89 ◦ green 29 ◦ blue 133

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

Shades of Kingfisher Daisy #591D85

Tints of Kingfisher Daisy #591D85

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.55%

 BLUE value IS 133 (52.34% from 255) = 52.99%

R = 35.46%
G = 11.55%
B = 52.99%

CMYK

 C value IS 0.33

 M value IS 0.78

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#591D85 (or 0x591D85) is known color: Kingfisher Daisy. HEX triplet: 59, 1D and 85. RGB value is (89,29,133). Sum of RGB (Red+Green+Blue) = 89+29+133=251 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.46% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #591D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591D85 is #A6E27A. Grayscale: #3A3A3A. Windows color (decimal): -10936955 or 8723801. OLE color: 8723801.

HSL color Cylindrical-coordinate representation of color #591D85: hue angle of 274.62º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #591D85 is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 29 133 -
CMYK 0.33 0.78 0 0.48
HSL 274.62º 0.64% 0.32% -
HSV(B) 274.62º 0.78% 0.52% -
XYZ 8.79 4.7 22.63 -
YUV 58.8 169.88 149.54 -
System Red Green Blue C M Y K H S L
Decimal 89 29 133 0.33 0.78 0 0.48 274.62 0.64 0.32
Hex 59 1D 85 21 4E 0 30 113 40 20
Octal 131 35 205 41 116 0 60 423 100 40
Binary 1011001 11101 10000101 100001 1001110 0 110000 100010011 1000000 100000

Color Harmonies of #591D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591D85

Black with #591D85

Text Example


Text Example

White with #591D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591D85; }

 p { color: rgb(89,29,133); }

 H1.HeaderClassName
 {
   color: #591D85;
 }
 .AnyTagClassName
 {
   color: #591D85;
 }
</style>

background-color css

<style>
 a { background-color: #591D85; }

 a { background-color: rgb(89,29,133); }

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

border-color css

<style>
 span { border-color: #591D85; }

 span { border-color: rgb(89,29,133); }

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