Html Css Color HEX #5E2C7D Kingfisher Daisy

📋 copy color: '#5E2C7D'

red 94 ◦ green 44 ◦ blue 125

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

Shades of Kingfisher Daisy #5E2C7D

Tints of Kingfisher Daisy #5E2C7D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.73%

 BLUE value IS 125 (49.22% from 255) = 47.53%

R = 35.74%
G = 16.73%
B = 47.53%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5E2C7D (or 0x5E2C7D) is known color: Kingfisher Daisy. HEX triplet: 5E, 2C and 7D. RGB value is (94,44,125). Sum of RGB (Red+Green+Blue) = 94+44+125=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 125 - color contains mainly: blue. Hex color #5E2C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2C7D is #A1D382. Grayscale: #434343. Windows color (decimal): -10605443 or 8203358. OLE color: 8203358.

HSL color Cylindrical-coordinate representation of color #5E2C7D: hue angle of 277.04º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E2C7D is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 94 44 125 -
CMYK 0.25 0.65 0 0.51
HSL 277.04º 0.48% 0.33% -
HSV(B) 277.04º 0.65% 0.49% -
XYZ 9.22 5.66 20.01 -
YUV 68.18 160.07 146.41 -
System Red Green Blue C M Y K H S L
Decimal 94 44 125 0.25 0.65 0 0.51 277.04 0.48 0.33
Hex 5E 2C 7D 19 41 0 33 115 30 21
Octal 136 54 175 31 101 0 63 425 60 41
Binary 1011110 101100 1111101 11001 1000001 0 110011 100010101 110000 100001

Color Harmonies of #5E2C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2C7D

Black with #5E2C7D

Text Example


Text Example

White with #5E2C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,44,125); }

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

background-color css

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

 a { background-color: rgb(94,44,125); }

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

border-color css

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

 span { border-color: rgb(94,44,125); }

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