Html Css Color HEX #5A2177 Kingfisher Daisy

📋 copy color: '#5A2177'

red 90 ◦ green 33 ◦ blue 119

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

Shades of Kingfisher Daisy #5A2177

Tints of Kingfisher Daisy #5A2177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 49.17%

R = 37.19%
G = 13.64%
B = 49.17%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5A2177 (or 0x5A2177) is known color: Kingfisher Daisy. HEX triplet: 5A, 21 and 77. RGB value is (90,33,119). Sum of RGB (Red+Green+Blue) = 90+33+119=242 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.19% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #5A2177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2177 is #A5DE88. Grayscale: #3B3B3B. Windows color (decimal): -10870409 or 7807322. OLE color: 7807322.

HSL color Cylindrical-coordinate representation of color #5A2177: hue angle of 279.77º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A2177 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 90 33 119 -
CMYK 0.24 0.72 0 0.53
HSL 279.77º 0.57% 0.3% -
HSV(B) 279.77º 0.72% 0.47% -
XYZ 8.09 4.59 17.91 -
YUV 59.85 161.38 149.51 -
System Red Green Blue C M Y K H S L
Decimal 90 33 119 0.24 0.72 0 0.53 279.77 0.57 0.3
Hex 5A 21 77 18 48 0 35 118 39 1E
Octal 132 41 167 30 110 0 65 430 71 36
Binary 1011010 100001 1110111 11000 1001000 0 110101 100011000 111001 11110

Color Harmonies of #5A2177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2177

Black with #5A2177

Text Example


Text Example

White with #5A2177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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