Html Css Color HEX #5E1C85 Kingfisher Daisy

📋 copy color: '#5E1C85'

red 94 ◦ green 28 ◦ blue 133

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

Shades of Kingfisher Daisy #5E1C85

Tints of Kingfisher Daisy #5E1C85

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.98%

 BLUE value IS 133 (52.34% from 255) = 52.16%

R = 36.86%
G = 10.98%
B = 52.16%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5E1C85 (or 0x5E1C85) is known color: Kingfisher Daisy. HEX triplet: 5E, 1C and 85. RGB value is (94,28,133). Sum of RGB (Red+Green+Blue) = 94+28+133=255 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.86% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #5E1C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E1C85 is #A1E37A. Grayscale: #3B3B3B. Windows color (decimal): -10609531 or 8723550. OLE color: 8723550.

HSL color Cylindrical-coordinate representation of color #5E1C85: hue angle of 277.71º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E1C85 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 94 28 133 -
CMYK 0.29 0.79 0 0.48
HSL 277.71º 0.65% 0.32% -
HSV(B) 277.71º 0.79% 0.52% -
XYZ 9.26 4.9 22.65 -
YUV 59.7 169.37 152.46 -
System Red Green Blue C M Y K H S L
Decimal 94 28 133 0.29 0.79 0 0.48 277.71 0.65 0.32
Hex 5E 1C 85 1D 4F 0 30 116 41 20
Octal 136 34 205 35 117 0 60 426 101 40
Binary 1011110 11100 10000101 11101 1001111 0 110000 100010110 1000001 100000

Color Harmonies of #5E1C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1C85

Black with #5E1C85

Text Example


Text Example

White with #5E1C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,28,133); }

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

background-color css

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

 a { background-color: rgb(94,28,133); }

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

border-color css

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

 span { border-color: rgb(94,28,133); }

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