Html Css Color HEX #5A2391 Kingfisher Daisy

📋 copy color: '#5A2391'

red 90 ◦ green 35 ◦ blue 145

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

Shades of Kingfisher Daisy #5A2391

Tints of Kingfisher Daisy #5A2391

RGB

 RED value IS 90 (35.55% from 255) = 33.33%

 GREEN value IS 35 (14.06% from 255) = 12.96%

 BLUE value IS 145 (57.03% from 255) = 53.7%

R = 33.33%
G = 12.96%
B = 53.7%

CMYK

 C value IS 0.38

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5A2391 (or 0x5A2391) is known color: Kingfisher Daisy. HEX triplet: 5A, 23 and 91. RGB value is (90,35,145). Sum of RGB (Red+Green+Blue) = 90+35+145=270 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.33% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #5A2391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2391 is #A5DC6E. Grayscale: #3F3F3F. Windows color (decimal): -10869871 or 9511770. OLE color: 9511770.

HSL color Cylindrical-coordinate representation of color #5A2391: hue angle of 270º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A2391 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 90 35 145 -
CMYK 0.38 0.76 0 0.43
HSL 270º 0.61% 0.35% -
HSV(B) 270º 0.76% 0.57% -
XYZ 9.93 5.42 27.31 -
YUV 63.99 173.72 146.56 -
System Red Green Blue C M Y K H S L
Decimal 90 35 145 0.38 0.76 0 0.43 270 0.61 0.35
Hex 5A 23 91 26 4C 0 2B 10E 3D 23
Octal 132 43 221 46 114 0 53 416 75 43
Binary 1011010 100011 10010001 100110 1001100 0 101011 100001110 111101 100011

Color Harmonies of #5A2391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2391

Black with #5A2391

Text Example


Text Example

White with #5A2391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A2391; }

 p { color: rgb(90,35,145); }

 H1.HeaderClassName
 {
   color: #5A2391;
 }
 .AnyTagClassName
 {
   color: #5A2391;
 }
</style>

background-color css

<style>
 a { background-color: #5A2391; }

 a { background-color: rgb(90,35,145); }

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

border-color css

<style>
 span { border-color: #5A2391; }

 span { border-color: rgb(90,35,145); }

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