Html Css Color HEX #5A4279 Kingfisher Daisy

📋 copy color: '#5A4279'

red 90 ◦ green 66 ◦ blue 121

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

Shades of Kingfisher Daisy #5A4279

Tints of Kingfisher Daisy #5A4279

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.83%

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

R = 32.49%
G = 23.83%
B = 43.68%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5A4279 (or 0x5A4279) is known color: Kingfisher Daisy. HEX triplet: 5A, 42 and 79. RGB value is (90,66,121). Sum of RGB (Red+Green+Blue) = 90+66+121=277 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.49% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 121 - color contains mainly: blue. Hex color #5A4279 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4279 is #A5BD86. Grayscale: #4F4F4F. Windows color (decimal): -10861959 or 7946842. OLE color: 7946842.

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

Color convert

RGB 90 66 121 -
CMYK 0.26 0.45 0 0.53
HSL 266.18º 0.29% 0.37% -
HSV(B) 266.18º 0.45% 0.47% -
XYZ 9.62 7.45 19.02 -
YUV 79.45 151.45 135.53 -
System Red Green Blue C M Y K H S L
Decimal 90 66 121 0.26 0.45 0 0.53 266.18 0.29 0.37
Hex 5A 42 79 1A 2D 0 35 10A 1D 25
Octal 132 102 171 32 55 0 65 412 35 45
Binary 1011010 1000010 1111001 11010 101101 0 110101 100001010 11101 100101

Color Harmonies of #5A4279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4279

Black with #5A4279

Text Example


Text Example

White with #5A4279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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