Html Css Color HEX #5E3087 Kingfisher Daisy

📋 copy color: '#5E3087'

red 94 ◦ green 48 ◦ blue 135

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

Shades of Kingfisher Daisy #5E3087

Tints of Kingfisher Daisy #5E3087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 48.74%

R = 33.94%
G = 17.33%
B = 48.74%

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

#5E3087 (or 0x5E3087) is known color: Kingfisher Daisy. HEX triplet: 5E, 30 and 87. RGB value is (94,48,135). Sum of RGB (Red+Green+Blue) = 94+48+135=277 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.94% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 135 (53.12% from 255 or 48.74% from 277); Max value from RGB is 135 - color contains mainly: blue. Hex color #5E3087 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3087 is #A1CF78. Grayscale: #474747. Windows color (decimal): -10604409 or 8859742. OLE color: 8859742.

HSL color Cylindrical-coordinate representation of color #5E3087: hue angle of 271.72º degrees, saturation: 0.48, 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 #5E3087 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 94 48 135 -
CMYK 0.30 0.64 0 0.47
HSL 271.72º 0.48% 0.36% -
HSV(B) 271.72º 0.64% 0.53% -
XYZ 10.05 6.24 23.6 -
YUV 71.67 163.74 143.93 -
System Red Green Blue C M Y K H S L
Decimal 94 48 135 0.30 0.64 0 0.47 271.72 0.48 0.36
Hex 5E 30 87 1E 40 0 2F 110 30 24
Octal 136 60 207 36 100 0 57 420 60 44
Binary 1011110 110000 10000111 11110 1000000 0 101111 100010000 110000 100100

Color Harmonies of #5E3087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3087

Black with #5E3087

Text Example


Text Example

White with #5E3087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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