Html Css Color HEX #5E4279 Kingfisher Daisy

📋 copy color: '#5E4279'

red 94 ◦ green 66 ◦ blue 121

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

Shades of Kingfisher Daisy #5E4279

Tints of Kingfisher Daisy #5E4279

RGB

 RED value IS 94 (37.11% from 255) = 33.45%

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

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

R = 33.45%
G = 23.49%
B = 43.06%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5E4279 (or 0x5E4279) is known color: Kingfisher Daisy. HEX triplet: 5E, 42 and 79. RGB value is (94,66,121). Sum of RGB (Red+Green+Blue) = 94+66+121=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 121 (47.66% from 255 or 43.06% from 281); Max value from RGB is 121 - color contains mainly: blue. Hex color #5E4279 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4279 is #A1BD86. Grayscale: #505050. Windows color (decimal): -10599815 or 7946846. OLE color: 7946846.

HSL color Cylindrical-coordinate representation of color #5E4279: hue angle of 270.55º 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 #5E4279 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 94 66 121 -
CMYK 0.22 0.45 0 0.53
HSL 270.55º 0.29% 0.37% -
HSV(B) 270.55º 0.45% 0.47% -
XYZ 10.02 7.66 19.04 -
YUV 80.64 150.78 137.53 -
System Red Green Blue C M Y K H S L
Decimal 94 66 121 0.22 0.45 0 0.53 270.55 0.29 0.37
Hex 5E 42 79 16 2D 0 35 10F 1D 25
Octal 136 102 171 26 55 0 65 417 35 45
Binary 1011110 1000010 1111001 10110 101101 0 110101 100001111 11101 100101

Color Harmonies of #5E4279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4279

Black with #5E4279

Text Example


Text Example

White with #5E4279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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