Html Css Color HEX #591C85 Kingfisher Daisy

📋 copy color: '#591C85'

red 89 ◦ green 28 ◦ blue 133

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

Shades of Kingfisher Daisy #591C85

Tints of Kingfisher Daisy #591C85

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.2%

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

R = 35.6%
G = 11.2%
B = 53.2%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#591C85 (or 0x591C85) is known color: Kingfisher Daisy. HEX triplet: 59, 1C and 85. RGB value is (89,28,133). Sum of RGB (Red+Green+Blue) = 89+28+133=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #591C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591C85 is #A6E37A. Grayscale: #393939. Windows color (decimal): -10937211 or 8723545. OLE color: 8723545.

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

Color convert

RGB 89 28 133 -
CMYK 0.33 0.79 0 0.48
HSL 274.86º 0.65% 0.32% -
HSV(B) 274.86º 0.79% 0.52% -
XYZ 8.77 4.65 22.63 -
YUV 58.21 170.21 149.96 -
System Red Green Blue C M Y K H S L
Decimal 89 28 133 0.33 0.79 0 0.48 274.86 0.65 0.32
Hex 59 1C 85 21 4F 0 30 113 41 20
Octal 131 34 205 41 117 0 60 423 101 40
Binary 1011001 11100 10000101 100001 1001111 0 110000 100010011 1000001 100000

Color Harmonies of #591C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591C85

Black with #591C85

Text Example


Text Example

White with #591C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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