Html Css Color HEX #5E2092 Kingfisher Daisy

📋 copy color: '#5E2092'

red 94 ◦ green 32 ◦ blue 146

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

Shades of Kingfisher Daisy #5E2092

Tints of Kingfisher Daisy #5E2092

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.76%

 BLUE value IS 146 (57.42% from 255) = 53.68%

R = 34.56%
G = 11.76%
B = 53.68%

CMYK

 C value IS 0.36

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5E2092 (or 0x5E2092) is known color: Kingfisher Daisy. HEX triplet: 5E, 20 and 92. RGB value is (94,32,146). Sum of RGB (Red+Green+Blue) = 94+32+146=272 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.56% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #5E2092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2092 is #A1DF6D. Grayscale: #3F3F3F. Windows color (decimal): -10608494 or 9576542. OLE color: 9576542.

HSL color Cylindrical-coordinate representation of color #5E2092: hue angle of 272.63º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E2092 is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 94 32 146 -
CMYK 0.36 0.78 0 0.43
HSL 272.63º 0.64% 0.35% -
HSV(B) 272.63º 0.78% 0.57% -
XYZ 10.32 5.49 27.71 -
YUV 63.53 174.54 149.73 -
System Red Green Blue C M Y K H S L
Decimal 94 32 146 0.36 0.78 0 0.43 272.63 0.64 0.35
Hex 5E 20 92 24 4E 0 2B 111 40 23
Octal 136 40 222 44 116 0 53 421 100 43
Binary 1011110 100000 10010010 100100 1001110 0 101011 100010001 1000000 100011

Color Harmonies of #5E2092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2092

Black with #5E2092

Text Example


Text Example

White with #5E2092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,32,146); }

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

background-color css

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

 a { background-color: rgb(94,32,146); }

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

border-color css

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

 span { border-color: rgb(94,32,146); }

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