Html Css Color HEX #5A2091 Kingfisher Daisy

📋 copy color: '#5A2091'

red 90 ◦ green 32 ◦ blue 145

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

Shades of Kingfisher Daisy #5A2091

Tints of Kingfisher Daisy #5A2091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.99%

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

R = 33.71%
G = 11.99%
B = 54.31%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5A2091 (or 0x5A2091) is known color: Kingfisher Daisy. HEX triplet: 5A, 20 and 91. RGB value is (90,32,145). Sum of RGB (Red+Green+Blue) = 90+32+145=267 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.71% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #5A2091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2091 is #A5DF6E. Grayscale: #3D3D3D. Windows color (decimal): -10870639 or 9511002. OLE color: 9511002.

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

Color convert

RGB 90 32 145 -
CMYK 0.38 0.78 0 0.43
HSL 270.8º 0.64% 0.35% -
HSV(B) 270.8º 0.78% 0.57% -
XYZ 9.84 5.25 27.28 -
YUV 62.22 174.72 147.81 -
System Red Green Blue C M Y K H S L
Decimal 90 32 145 0.38 0.78 0 0.43 270.8 0.64 0.35
Hex 5A 20 91 26 4E 0 2B 10F 40 23
Octal 132 40 221 46 116 0 53 417 100 43
Binary 1011010 100000 10010001 100110 1001110 0 101011 100001111 1000000 100011

Color Harmonies of #5A2091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2091

Black with #5A2091

Text Example


Text Example

White with #5A2091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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