Html Css Color HEX #5E277F Kingfisher Daisy

📋 copy color: '#5E277F'

red 94 ◦ green 39 ◦ blue 127

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

Shades of Kingfisher Daisy #5E277F

Tints of Kingfisher Daisy #5E277F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15%

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

R = 36.15%
G = 15%
B = 48.85%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5E277F (or 0x5E277F) is known color: Kingfisher Daisy. HEX triplet: 5E, 27 and 7F. RGB value is (94,39,127). Sum of RGB (Red+Green+Blue) = 94+39+127=260 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.15% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E277F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E277F is #A1D880. Grayscale: #414141. Windows color (decimal): -10606721 or 8333150. OLE color: 8333150.

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

Color convert

RGB 94 39 127 -
CMYK 0.26 0.69 0 0.50
HSL 277.5º 0.53% 0.33% -
HSV(B) 277.5º 0.69% 0.5% -
XYZ 9.17 5.36 20.63 -
YUV 65.48 162.72 148.34 -
System Red Green Blue C M Y K H S L
Decimal 94 39 127 0.26 0.69 0 0.50 277.5 0.53 0.33
Hex 5E 27 7F 1A 45 0 32 116 35 21
Octal 136 47 177 32 105 0 62 426 65 41
Binary 1011110 100111 1111111 11010 1000101 0 110010 100010110 110101 100001

Color Harmonies of #5E277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E277F

Black with #5E277F

Text Example


Text Example

White with #5E277F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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