Html Css Color HEX #591D98 Kingfisher Daisy

📋 copy color: '#591D98'

red 89 ◦ green 29 ◦ blue 152

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

Shades of Kingfisher Daisy #591D98

Tints of Kingfisher Daisy #591D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 56.3%

R = 32.96%
G = 10.74%
B = 56.3%

CMYK

 C value IS 0.41

 M value IS 0.81

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#591D98 (or 0x591D98) is known color: Kingfisher Daisy. HEX triplet: 59, 1D and 98. RGB value is (89,29,152). Sum of RGB (Red+Green+Blue) = 89+29+152=270 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.96% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 152 (59.77% from 255 or 56.30% from 270); Max value from RGB is 152 - color contains mainly: blue. Hex color #591D98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591D98 is #A6E267. Grayscale: #3C3C3C. Windows color (decimal): -10936936 or 9968985. OLE color: 9968985.

HSL color Cylindrical-coordinate representation of color #591D98: hue angle of 269.27º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591D98 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 29 152 -
CMYK 0.41 0.81 0 0.40
HSL 269.27º 0.68% 0.35% -
HSV(B) 269.27º 0.81% 0.6% -
XYZ 10.23 5.27 30.18 -
YUV 60.96 179.38 148 -
System Red Green Blue C M Y K H S L
Decimal 89 29 152 0.41 0.81 0 0.40 269.27 0.68 0.35
Hex 59 1D 98 29 51 0 28 10D 44 23
Octal 131 35 230 51 121 0 50 415 104 43
Binary 1011001 11101 10011000 101001 1010001 0 101000 100001101 1000100 100011

Color Harmonies of #591D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591D98

Black with #591D98

Text Example


Text Example

White with #591D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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