Html Css Color HEX #591F7D Kingfisher Daisy

📋 copy color: '#591F7D'

red 89 ◦ green 31 ◦ blue 125

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

Shades of Kingfisher Daisy #591F7D

Tints of Kingfisher Daisy #591F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 51.02%

R = 36.33%
G = 12.65%
B = 51.02%

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

#591F7D (or 0x591F7D) is known color: Kingfisher Daisy. HEX triplet: 59, 1F and 7D. RGB value is (89,31,125). Sum of RGB (Red+Green+Blue) = 89+31+125=245 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.33% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 125 (49.22% from 255 or 51.02% from 245); Max value from RGB is 125 - color contains mainly: blue. Hex color #591F7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591F7D is #A6E082. Grayscale: #3A3A3A. Windows color (decimal): -10936451 or 8200025. OLE color: 8200025.

HSL color Cylindrical-coordinate representation of color #591F7D: hue angle of 277.02º degrees, saturation: 0.6, 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 #591F7D is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 89 31 125 -
CMYK 0.29 0.75 0 0.51
HSL 277.02º 0.6% 0.31% -
HSV(B) 277.02º 0.75% 0.49% -
XYZ 8.31 4.58 19.85 -
YUV 59.06 165.22 149.36 -
System Red Green Blue C M Y K H S L
Decimal 89 31 125 0.29 0.75 0 0.51 277.02 0.6 0.31
Hex 59 1F 7D 1D 4B 0 33 115 3C 1F
Octal 131 37 175 35 113 0 63 425 74 37
Binary 1011001 11111 1111101 11101 1001011 0 110011 100010101 111100 11111

Color Harmonies of #591F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591F7D

Black with #591F7D

Text Example


Text Example

White with #591F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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