Html Css Color HEX #5E3086 Kingfisher Daisy

📋 copy color: '#5E3086'

red 94 ◦ green 48 ◦ blue 134

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

Shades of Kingfisher Daisy #5E3086

Tints of Kingfisher Daisy #5E3086

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.39%

 BLUE value IS 134 (52.73% from 255) = 48.55%

R = 34.06%
G = 17.39%
B = 48.55%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5E3086 (or 0x5E3086) is known color: Kingfisher Daisy. HEX triplet: 5E, 30 and 86. RGB value is (94,48,134). Sum of RGB (Red+Green+Blue) = 94+48+134=276 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.06% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 134 - color contains mainly: blue. Hex color #5E3086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3086 is #A1CF79. Grayscale: #474747. Windows color (decimal): -10604410 or 8794206. OLE color: 8794206.

HSL color Cylindrical-coordinate representation of color #5E3086: hue angle of 272.09º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E3086 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 94 48 134 -
CMYK 0.30 0.64 0 0.47
HSL 272.09º 0.47% 0.36% -
HSV(B) 272.09º 0.64% 0.53% -
XYZ 9.98 6.21 23.23 -
YUV 71.56 163.24 144.01 -
System Red Green Blue C M Y K H S L
Decimal 94 48 134 0.30 0.64 0 0.47 272.09 0.47 0.36
Hex 5E 30 86 1E 40 0 2F 110 2F 24
Octal 136 60 206 36 100 0 57 420 57 44
Binary 1011110 110000 10000110 11110 1000000 0 101111 100010000 101111 100100

Color Harmonies of #5E3086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3086

Black with #5E3086

Text Example


Text Example

White with #5E3086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,48,134); }

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

background-color css

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

 a { background-color: rgb(94,48,134); }

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

border-color css

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

 span { border-color: rgb(94,48,134); }

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