Html Css Color HEX #5A4479 Kingfisher Daisy

📋 copy color: '#5A4479'

red 90 ◦ green 68 ◦ blue 121

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

Shades of Kingfisher Daisy #5A4479

Tints of Kingfisher Daisy #5A4479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.37%

 BLUE value IS 121 (47.66% from 255) = 43.37%

R = 32.26%
G = 24.37%
B = 43.37%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5A4479 (or 0x5A4479) is known color: Kingfisher Daisy. HEX triplet: 5A, 44 and 79. RGB value is (90,68,121). Sum of RGB (Red+Green+Blue) = 90+68+121=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 121 - color contains mainly: blue. Hex color #5A4479 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4479 is #A5BB86. Grayscale: #505050. Windows color (decimal): -10861447 or 7947354. OLE color: 7947354.

HSL color Cylindrical-coordinate representation of color #5A4479: hue angle of 264.91º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5A4479 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 90 68 121 -
CMYK 0.26 0.44 0 0.53
HSL 264.91º 0.28% 0.37% -
HSV(B) 264.91º 0.44% 0.47% -
XYZ 9.73 7.69 19.06 -
YUV 80.62 150.79 134.69 -
System Red Green Blue C M Y K H S L
Decimal 90 68 121 0.26 0.44 0 0.53 264.91 0.28 0.37
Hex 5A 44 79 1A 2C 0 35 109 1C 25
Octal 132 104 171 32 54 0 65 411 34 45
Binary 1011010 1000100 1111001 11010 101100 0 110101 100001001 11100 100101

Color Harmonies of #5A4479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4479

Black with #5A4479

Text Example


Text Example

White with #5A4479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,68,121); }

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

background-color css

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

 a { background-color: rgb(90,68,121); }

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

border-color css

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

 span { border-color: rgb(90,68,121); }

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