Html Css Color HEX #5A2379 Kingfisher Daisy

📋 copy color: '#5A2379'

red 90 ◦ green 35 ◦ blue 121

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

Shades of Kingfisher Daisy #5A2379

Tints of Kingfisher Daisy #5A2379

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.23%

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

R = 36.59%
G = 14.23%
B = 49.19%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5A2379 (or 0x5A2379) is known color: Kingfisher Daisy. HEX triplet: 5A, 23 and 79. RGB value is (90,35,121). Sum of RGB (Red+Green+Blue) = 90+35+121=246 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.59% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #5A2379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2379 is #A5DC86. Grayscale: #3C3C3C. Windows color (decimal): -10869895 or 7938906. OLE color: 7938906.

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

Color convert

RGB 90 35 121 -
CMYK 0.26 0.71 0 0.53
HSL 278.37º 0.55% 0.31% -
HSV(B) 278.37º 0.71% 0.47% -
XYZ 8.27 4.76 18.57 -
YUV 61.25 161.72 148.51 -
System Red Green Blue C M Y K H S L
Decimal 90 35 121 0.26 0.71 0 0.53 278.37 0.55 0.31
Hex 5A 23 79 1A 47 0 35 116 37 1F
Octal 132 43 171 32 107 0 65 426 67 37
Binary 1011010 100011 1111001 11010 1000111 0 110101 100010110 110111 11111

Color Harmonies of #5A2379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2379

Black with #5A2379

Text Example


Text Example

White with #5A2379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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