Html Css Color HEX #591E94 Kingfisher Daisy

📋 copy color: '#591E94'

red 89 ◦ green 30 ◦ blue 148

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

Shades of Kingfisher Daisy #591E94

Tints of Kingfisher Daisy #591E94

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.24%

 BLUE value IS 148 (58.2% from 255) = 55.43%

R = 33.33%
G = 11.24%
B = 55.43%

CMYK

 C value IS 0.40

 M value IS 0.80

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#591E94 (or 0x591E94) is known color: Kingfisher Daisy. HEX triplet: 59, 1E and 94. RGB value is (89,30,148). Sum of RGB (Red+Green+Blue) = 89+30+148=267 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.33% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 148 (58.20% from 255 or 55.43% from 267); Max value from RGB is 148 - color contains mainly: blue. Hex color #591E94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591E94 is #A6E16B. Grayscale: #3C3C3C. Windows color (decimal): -10936684 or 9707097. OLE color: 9707097.

HSL color Cylindrical-coordinate representation of color #591E94: hue angle of 270º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #591E94 is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 30 148 -
CMYK 0.40 0.80 0 0.42
HSL 270º 0.66% 0.35% -
HSV(B) 270º 0.8% 0.58% -
XYZ 9.93 5.19 28.5 -
YUV 61.09 177.05 147.91 -
System Red Green Blue C M Y K H S L
Decimal 89 30 148 0.40 0.80 0 0.42 270 0.66 0.35
Hex 59 1E 94 28 50 0 2A 10E 42 23
Octal 131 36 224 50 120 0 52 416 102 43
Binary 1011001 11110 10010100 101000 1010000 0 101010 100001110 1000010 100011

Color Harmonies of #591E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591E94

Black with #591E94

Text Example


Text Example

White with #591E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,30,148); }

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

background-color css

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

 a { background-color: rgb(89,30,148); }

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

border-color css

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

 span { border-color: rgb(89,30,148); }

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