Html Css Color HEX #5E297F Kingfisher Daisy

📋 copy color: '#5E297F'

red 94 ◦ green 41 ◦ blue 127

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

Shades of Kingfisher Daisy #5E297F

Tints of Kingfisher Daisy #5E297F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.65%

 BLUE value IS 127 (50% from 255) = 48.47%

R = 35.88%
G = 15.65%
B = 48.47%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5E297F (or 0x5E297F) is known color: Kingfisher Daisy. HEX triplet: 5E, 29 and 7F. RGB value is (94,41,127). Sum of RGB (Red+Green+Blue) = 94+41+127=262 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.88% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E297F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E297F is #A1D680. Grayscale: #424242. Windows color (decimal): -10606209 or 8333662. OLE color: 8333662.

HSL color Cylindrical-coordinate representation of color #5E297F: hue angle of 276.98º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E297F is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 94 41 127 -
CMYK 0.26 0.68 0 0.50
HSL 276.98º 0.51% 0.33% -
HSV(B) 276.98º 0.68% 0.5% -
XYZ 9.24 5.5 20.65 -
YUV 66.65 162.06 147.51 -
System Red Green Blue C M Y K H S L
Decimal 94 41 127 0.26 0.68 0 0.50 276.98 0.51 0.33
Hex 5E 29 7F 1A 44 0 32 115 33 21
Octal 136 51 177 32 104 0 62 425 63 41
Binary 1011110 101001 1111111 11010 1000100 0 110010 100010101 110011 100001

Color Harmonies of #5E297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E297F

Black with #5E297F

Text Example


Text Example

White with #5E297F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,41,127); }

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

background-color css

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

 a { background-color: rgb(94,41,127); }

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

border-color css

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

 span { border-color: rgb(94,41,127); }

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