Html Css Color HEX #5E2696 Kingfisher Daisy

📋 copy color: '#5E2696'

red 94 ◦ green 38 ◦ blue 150

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

Shades of Kingfisher Daisy #5E2696

Tints of Kingfisher Daisy #5E2696

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.48%

 BLUE value IS 150 (58.98% from 255) = 53.19%

R = 33.33%
G = 13.48%
B = 53.19%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5E2696 (or 0x5E2696) is known color: Kingfisher Daisy. HEX triplet: 5E, 26 and 96. RGB value is (94,38,150). Sum of RGB (Red+Green+Blue) = 94+38+150=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 150 (58.98% from 255 or 53.19% from 282); Max value from RGB is 150 - color contains mainly: blue. Hex color #5E2696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2696 is #A1D969. Grayscale: #434343. Windows color (decimal): -10606954 or 9840222. OLE color: 9840222.

HSL color Cylindrical-coordinate representation of color #5E2696: hue angle of 270º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E2696 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 94 38 150 -
CMYK 0.37 0.75 0 0.41
HSL 270º 0.6% 0.37% -
HSV(B) 270º 0.75% 0.59% -
XYZ 10.81 5.97 29.44 -
YUV 67.51 174.55 146.89 -
System Red Green Blue C M Y K H S L
Decimal 94 38 150 0.37 0.75 0 0.41 270 0.6 0.37
Hex 5E 26 96 25 4B 0 29 10E 3C 25
Octal 136 46 226 45 113 0 51 416 74 45
Binary 1011110 100110 10010110 100101 1001011 0 101001 100001110 111100 100101

Color Harmonies of #5E2696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2696

Black with #5E2696

Text Example


Text Example

White with #5E2696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,38,150); }

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

background-color css

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

 a { background-color: rgb(94,38,150); }

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

border-color css

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

 span { border-color: rgb(94,38,150); }

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