Html Css Color HEX #5E2E8E Kingfisher Daisy

📋 copy color: '#5E2E8E'

red 94 ◦ green 46 ◦ blue 142

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

Shades of Kingfisher Daisy #5E2E8E

Tints of Kingfisher Daisy #5E2E8E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.31%

 BLUE value IS 142 (55.86% from 255) = 50.35%

R = 33.33%
G = 16.31%
B = 50.35%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5E2E8E (or 0x5E2E8E) is known color: Kingfisher Daisy. HEX triplet: 5E, 2E and 8E. RGB value is (94,46,142). Sum of RGB (Red+Green+Blue) = 94+46+142=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 142 (55.86% from 255 or 50.35% from 282); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E2E8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2E8E is #A1D171. Grayscale: #464646. Windows color (decimal): -10604914 or 9317982. OLE color: 9317982.

HSL color Cylindrical-coordinate representation of color #5E2E8E: hue angle of 270º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E2E8E is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 94 46 142 -
CMYK 0.34 0.68 0 0.44
HSL 270º 0.51% 0.37% -
HSV(B) 270º 0.68% 0.56% -
XYZ 10.48 6.29 26.25 -
YUV 71.3 167.9 144.19 -
System Red Green Blue C M Y K H S L
Decimal 94 46 142 0.34 0.68 0 0.44 270 0.51 0.37
Hex 5E 2E 8E 22 44 0 2C 10E 33 25
Octal 136 56 216 42 104 0 54 416 63 45
Binary 1011110 101110 10001110 100010 1000100 0 101100 100001110 110011 100101

Color Harmonies of #5E2E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2E8E

Black with #5E2E8E

Text Example


Text Example

White with #5E2E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,46,142); }

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

background-color css

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

 a { background-color: rgb(94,46,142); }

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

border-color css

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

 span { border-color: rgb(94,46,142); }

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