Html Css Color HEX #5E287E Kingfisher Daisy

📋 copy color: '#5E287E'

red 94 ◦ green 40 ◦ blue 126

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

Shades of Kingfisher Daisy #5E287E

Tints of Kingfisher Daisy #5E287E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 48.46%

R = 36.15%
G = 15.38%
B = 48.46%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5E287E (or 0x5E287E) is known color: Kingfisher Daisy. HEX triplet: 5E, 28 and 7E. RGB value is (94,40,126). Sum of RGB (Red+Green+Blue) = 94+40+126=260 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.15% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 126 (49.61% from 255 or 48.46% from 260); Max value from RGB is 126 - color contains mainly: blue. Hex color #5E287E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E287E is #A1D781. Grayscale: #414141. Windows color (decimal): -10606466 or 8267870. OLE color: 8267870.

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

Color convert

RGB 94 40 126 -
CMYK 0.25 0.68 0 0.51
HSL 277.67º 0.52% 0.33% -
HSV(B) 277.67º 0.68% 0.49% -
XYZ 9.14 5.4 20.3 -
YUV 65.95 161.89 148.01 -
System Red Green Blue C M Y K H S L
Decimal 94 40 126 0.25 0.68 0 0.51 277.67 0.52 0.33
Hex 5E 28 7E 19 44 0 33 116 34 21
Octal 136 50 176 31 104 0 63 426 64 41
Binary 1011110 101000 1111110 11001 1000100 0 110011 100010110 110100 100001

Color Harmonies of #5E287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E287E

Black with #5E287E

Text Example


Text Example

White with #5E287E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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