Html Css Color HEX #5A2196 Kingfisher Daisy

📋 copy color: '#5A2196'

red 90 ◦ green 33 ◦ blue 150

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

Shades of Kingfisher Daisy #5A2196

Tints of Kingfisher Daisy #5A2196

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.09%

 BLUE value IS 150 (58.98% from 255) = 54.95%

R = 32.97%
G = 12.09%
B = 54.95%

CMYK

 C value IS 0.4

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5A2196 (or 0x5A2196) is known color: Kingfisher Daisy. HEX triplet: 5A, 21 and 96. RGB value is (90,33,150). Sum of RGB (Red+Green+Blue) = 90+33+150=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 150 (58.98% from 255 or 54.95% from 273); Max value from RGB is 150 - color contains mainly: blue. Hex color #5A2196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2196 is #A5DE69. Grayscale: #3E3E3E. Windows color (decimal): -10870378 or 9838938. OLE color: 9838938.

HSL color Cylindrical-coordinate representation of color #5A2196: hue angle of 269.23º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A2196 is Cyan = 0.4, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 90 33 150 -
CMYK 0.4 0.78 0 0.41
HSL 269.23º 0.64% 0.36% -
HSV(B) 269.23º 0.78% 0.59% -
XYZ 10.27 5.46 29.37 -
YUV 63.38 176.88 146.99 -
System Red Green Blue C M Y K H S L
Decimal 90 33 150 0.4 0.78 0 0.41 269.23 0.64 0.36
Hex 5A 21 96 28 4E 0 29 10D 40 24
Octal 132 41 226 50 116 0 51 415 100 44
Binary 1011010 100001 10010110 101000 1001110 0 101001 100001101 1000000 100100

Color Harmonies of #5A2196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2196

Black with #5A2196

Text Example


Text Example

White with #5A2196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,33,150); }

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

background-color css

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

 a { background-color: rgb(90,33,150); }

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

border-color css

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

 span { border-color: rgb(90,33,150); }

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