Html Css Color HEX #5E407C Kingfisher Daisy

📋 copy color: '#5E407C'

red 94 ◦ green 64 ◦ blue 124

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

Shades of Kingfisher Daisy #5E407C

Tints of Kingfisher Daisy #5E407C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.7%

 BLUE value IS 124 (48.83% from 255) = 43.97%

R = 33.33%
G = 22.7%
B = 43.97%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5E407C (or 0x5E407C) is known color: Kingfisher Daisy. HEX triplet: 5E, 40 and 7C. RGB value is (94,64,124). Sum of RGB (Red+Green+Blue) = 94+64+124=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E407C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E407C is #A1BF83. Grayscale: #4F4F4F. Windows color (decimal): -10600324 or 8142942. OLE color: 8142942.

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

Color convert

RGB 94 64 124 -
CMYK 0.24 0.48 0 0.51
HSL 270º 0.32% 0.37% -
HSV(B) 270º 0.48% 0.49% -
XYZ 10.09 7.5 19.99 -
YUV 79.81 152.94 138.12 -
System Red Green Blue C M Y K H S L
Decimal 94 64 124 0.24 0.48 0 0.51 270 0.32 0.37
Hex 5E 40 7C 18 30 0 33 10E 20 25
Octal 136 100 174 30 60 0 63 416 40 45
Binary 1011110 1000000 1111100 11000 110000 0 110011 100001110 100000 100101

Color Harmonies of #5E407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E407C

Black with #5E407C

Text Example


Text Example

White with #5E407C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,64,124); }

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

background-color css

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

 a { background-color: rgb(94,64,124); }

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

border-color css

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

 span { border-color: rgb(94,64,124); }

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