Html Css Color HEX #591A98 Kingfisher Daisy

📋 copy color: '#591A98'

red 89 ◦ green 26 ◦ blue 152

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

Shades of Kingfisher Daisy #591A98

Tints of Kingfisher Daisy #591A98

RGB

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

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

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

R = 33.33%
G = 9.74%
B = 56.93%

CMYK

 C value IS 0.41

 M value IS 0.83

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#591A98 (or 0x591A98) is known color: Kingfisher Daisy. HEX triplet: 59, 1A and 98. RGB value is (89,26,152). Sum of RGB (Red+Green+Blue) = 89+26+152=267 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.33% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #591A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591A98 is #A6E567. Grayscale: #3A3A3A. Windows color (decimal): -10937704 or 9968217. OLE color: 9968217.

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

Color convert

RGB 89 26 152 -
CMYK 0.41 0.83 0 0.40
HSL 270º 0.71% 0.35% -
HSV(B) 270º 0.83% 0.6% -
XYZ 10.16 5.13 30.16 -
YUV 59.2 180.37 149.25 -
System Red Green Blue C M Y K H S L
Decimal 89 26 152 0.41 0.83 0 0.40 270 0.71 0.35
Hex 59 1A 98 29 53 0 28 10E 47 23
Octal 131 32 230 51 123 0 50 416 107 43
Binary 1011001 11010 10011000 101001 1010011 0 101000 100001110 1000111 100011

Color Harmonies of #591A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591A98

Black with #591A98

Text Example


Text Example

White with #591A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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