Html Css Color HEX #5E287F Kingfisher Daisy

📋 copy color: '#5E287F'

red 94 ◦ green 40 ◦ blue 127

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

Shades of Kingfisher Daisy #5E287F

Tints of Kingfisher Daisy #5E287F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.33%

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

R = 36.02%
G = 15.33%
B = 48.66%

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

#5E287F (or 0x5E287F) is known color: Kingfisher Daisy. HEX triplet: 5E, 28 and 7F. RGB value is (94,40,127). Sum of RGB (Red+Green+Blue) = 94+40+127=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E287F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E287F is #A1D780. Grayscale: #414141. Windows color (decimal): -10606465 or 8333406. OLE color: 8333406.

HSL color Cylindrical-coordinate representation of color #5E287F: hue angle of 277.24º degrees, saturation: 0.52, 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 #5E287F is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 94 40 127 -
CMYK 0.26 0.69 0 0.50
HSL 277.24º 0.52% 0.33% -
HSV(B) 277.24º 0.69% 0.5% -
XYZ 9.21 5.43 20.64 -
YUV 66.06 162.39 147.93 -
System Red Green Blue C M Y K H S L
Decimal 94 40 127 0.26 0.69 0 0.50 277.24 0.52 0.33
Hex 5E 28 7F 1A 45 0 32 115 34 21
Octal 136 50 177 32 105 0 62 425 64 41
Binary 1011110 101000 1111111 11010 1000101 0 110010 100010101 110100 100001

Color Harmonies of #5E287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E287F

Black with #5E287F

Text Example


Text Example

White with #5E287F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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