Html Css Color HEX #5A4176 Kingfisher Daisy

📋 copy color: '#5A4176'

red 90 ◦ green 65 ◦ blue 118

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

Shades of Kingfisher Daisy #5A4176

Tints of Kingfisher Daisy #5A4176

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.81%

 BLUE value IS 118 (46.48% from 255) = 43.22%

R = 32.97%
G = 23.81%
B = 43.22%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5A4176 (or 0x5A4176) is known color: Kingfisher Daisy. HEX triplet: 5A, 41 and 76. RGB value is (90,65,118). Sum of RGB (Red+Green+Blue) = 90+65+118=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A4176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4176 is #A5BE89. Grayscale: #4E4E4E. Windows color (decimal): -10862218 or 7749978. OLE color: 7749978.

HSL color Cylindrical-coordinate representation of color #5A4176: hue angle of 268.3º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5A4176 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 90 65 118 -
CMYK 0.24 0.45 0 0.54
HSL 268.3º 0.29% 0.36% -
HSV(B) 268.3º 0.45% 0.46% -
XYZ 9.38 7.26 18.05 -
YUV 78.52 150.28 136.19 -
System Red Green Blue C M Y K H S L
Decimal 90 65 118 0.24 0.45 0 0.54 268.3 0.29 0.36
Hex 5A 41 76 18 2D 0 36 10C 1D 24
Octal 132 101 166 30 55 0 66 414 35 44
Binary 1011010 1000001 1110110 11000 101101 0 110110 100001100 11101 100100

Color Harmonies of #5A4176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4176

Black with #5A4176

Text Example


Text Example

White with #5A4176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,65,118); }

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

background-color css

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

 a { background-color: rgb(90,65,118); }

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

border-color css

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

 span { border-color: rgb(90,65,118); }

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