Html Css Color HEX #5E237C Kingfisher Daisy

📋 copy color: '#5E237C'

red 94 ◦ green 35 ◦ blue 124

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

Shades of Kingfisher Daisy #5E237C

Tints of Kingfisher Daisy #5E237C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.83%

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

R = 37.15%
G = 13.83%
B = 49.01%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5E237C (or 0x5E237C) is known color: Kingfisher Daisy. HEX triplet: 5E, 23 and 7C. RGB value is (94,35,124). Sum of RGB (Red+Green+Blue) = 94+35+124=253 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.15% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E237C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E237C is #A1DC83. Grayscale: #3E3E3E. Windows color (decimal): -10607748 or 8135518. OLE color: 8135518.

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

Color convert

RGB 94 35 124 -
CMYK 0.24 0.72 0 0.51
HSL 279.78º 0.56% 0.31% -
HSV(B) 279.78º 0.72% 0.49% -
XYZ 8.86 5.04 19.57 -
YUV 62.79 162.55 150.26 -
System Red Green Blue C M Y K H S L
Decimal 94 35 124 0.24 0.72 0 0.51 279.78 0.56 0.31
Hex 5E 23 7C 18 48 0 33 118 38 1F
Octal 136 43 174 30 110 0 63 430 70 37
Binary 1011110 100011 1111100 11000 1001000 0 110011 100011000 111000 11111

Color Harmonies of #5E237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E237C

Black with #5E237C

Text Example


Text Example

White with #5E237C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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