Html Css Color HEX #591A95 Kingfisher Daisy

📋 copy color: '#591A95'

red 89 ◦ green 26 ◦ blue 149

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

Shades of Kingfisher Daisy #591A95

Tints of Kingfisher Daisy #591A95

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.85%

 BLUE value IS 149 (58.59% from 255) = 56.44%

R = 33.71%
G = 9.85%
B = 56.44%

CMYK

 C value IS 0.40

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#591A95 (or 0x591A95) is known color: Kingfisher Daisy. HEX triplet: 59, 1A and 95. RGB value is (89,26,149). Sum of RGB (Red+Green+Blue) = 89+26+149=264 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.71% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #591A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591A95 is #A6E56A. Grayscale: #3A3A3A. Windows color (decimal): -10937707 or 9771609. OLE color: 9771609.

HSL color Cylindrical-coordinate representation of color #591A95: hue angle of 270.73º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #591A95 is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 26 149 -
CMYK 0.40 0.83 0 0.42
HSL 270.73º 0.7% 0.34% -
HSV(B) 270.73º 0.83% 0.58% -
XYZ 9.91 5.03 28.88 -
YUV 58.86 178.87 149.5 -
System Red Green Blue C M Y K H S L
Decimal 89 26 149 0.40 0.83 0 0.42 270.73 0.7 0.34
Hex 59 1A 95 28 53 0 2A 10F 46 22
Octal 131 32 225 50 123 0 52 417 106 42
Binary 1011001 11010 10010101 101000 1010011 0 101010 100001111 1000110 100010

Color Harmonies of #591A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591A95

Black with #591A95

Text Example


Text Example

White with #591A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,26,149); }

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

background-color css

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

 a { background-color: rgb(89,26,149); }

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

border-color css

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

 span { border-color: rgb(89,26,149); }

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