Html Css Color HEX #5E2D8E Kingfisher Daisy

📋 copy color: '#5E2D8E'

red 94 ◦ green 45 ◦ blue 142

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

Shades of Kingfisher Daisy #5E2D8E

Tints of Kingfisher Daisy #5E2D8E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.01%

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

R = 33.45%
G = 16.01%
B = 50.53%

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

#5E2D8E (or 0x5E2D8E) is known color: Kingfisher Daisy. HEX triplet: 5E, 2D and 8E. RGB value is (94,45,142). Sum of RGB (Red+Green+Blue) = 94+45+142=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E2D8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2D8E is #A1D271. Grayscale: #464646. Windows color (decimal): -10605170 or 9317726. OLE color: 9317726.

HSL color Cylindrical-coordinate representation of color #5E2D8E: hue angle of 270.31º degrees, saturation: 0.52, 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 #5E2D8E is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 94 45 142 -
CMYK 0.34 0.68 0 0.44
HSL 270.31º 0.52% 0.37% -
HSV(B) 270.31º 0.68% 0.56% -
XYZ 10.44 6.21 26.24 -
YUV 70.71 168.23 144.61 -
System Red Green Blue C M Y K H S L
Decimal 94 45 142 0.34 0.68 0 0.44 270.31 0.52 0.37
Hex 5E 2D 8E 22 44 0 2C 10E 34 25
Octal 136 55 216 42 104 0 54 416 64 45
Binary 1011110 101101 10001110 100010 1000100 0 101100 100001110 110100 100101

Color Harmonies of #5E2D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2D8E

Black with #5E2D8E

Text Example


Text Example

White with #5E2D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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