Html Css Color HEX #591F7E Kingfisher Daisy

📋 copy color: '#591F7E'

red 89 ◦ green 31 ◦ blue 126

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

Shades of Kingfisher Daisy #591F7E

Tints of Kingfisher Daisy #591F7E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.6%

 BLUE value IS 126 (49.61% from 255) = 51.22%

R = 36.18%
G = 12.6%
B = 51.22%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#591F7E (or 0x591F7E) is known color: Kingfisher Daisy. HEX triplet: 59, 1F and 7E. RGB value is (89,31,126). Sum of RGB (Red+Green+Blue) = 89+31+126=246 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.18% from 246); Green value is 31 (12.5% from 255 or 12.60% from 246); Blue value is 126 (49.61% from 255 or 51.22% from 246); Max value from RGB is 126 - color contains mainly: blue. Hex color #591F7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591F7E is #A6E081. Grayscale: #3A3A3A. Windows color (decimal): -10936450 or 8265561. OLE color: 8265561.

HSL color Cylindrical-coordinate representation of color #591F7E: hue angle of 276.63º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #591F7E is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 89 31 126 -
CMYK 0.29 0.75 0 0.51
HSL 276.63º 0.61% 0.31% -
HSV(B) 276.63º 0.75% 0.49% -
XYZ 8.38 4.61 20.19 -
YUV 59.17 165.72 149.28 -
System Red Green Blue C M Y K H S L
Decimal 89 31 126 0.29 0.75 0 0.51 276.63 0.61 0.31
Hex 59 1F 7E 1D 4B 0 33 115 3D 1F
Octal 131 37 176 35 113 0 63 425 75 37
Binary 1011001 11111 1111110 11101 1001011 0 110011 100010101 111101 11111

Color Harmonies of #591F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591F7E

Black with #591F7E

Text Example


Text Example

White with #591F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,31,126); }

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

background-color css

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

 a { background-color: rgb(89,31,126); }

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

border-color css

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

 span { border-color: rgb(89,31,126); }

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