Html Css Color HEX #5E248C Kingfisher Daisy

📋 copy color: '#5E248C'

red 94 ◦ green 36 ◦ blue 140

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

Shades of Kingfisher Daisy #5E248C

Tints of Kingfisher Daisy #5E248C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.33%

 BLUE value IS 140 (55.08% from 255) = 51.85%

R = 34.81%
G = 13.33%
B = 51.85%

CMYK

 C value IS 0.33

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5E248C (or 0x5E248C) is known color: Kingfisher Daisy. HEX triplet: 5E, 24 and 8C. RGB value is (94,36,140). Sum of RGB (Red+Green+Blue) = 94+36+140=270 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.81% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #5E248C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E248C is #A1DB73. Grayscale: #404040. Windows color (decimal): -10607476 or 9184350. OLE color: 9184350.

HSL color Cylindrical-coordinate representation of color #5E248C: hue angle of 273.46º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E248C is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 94 36 140 -
CMYK 0.33 0.74 0 0.45
HSL 273.46º 0.59% 0.35% -
HSV(B) 273.46º 0.74% 0.55% -
XYZ 9.98 5.53 25.35 -
YUV 65.2 170.22 148.54 -
System Red Green Blue C M Y K H S L
Decimal 94 36 140 0.33 0.74 0 0.45 273.46 0.59 0.35
Hex 5E 24 8C 21 4A 0 2D 111 3B 23
Octal 136 44 214 41 112 0 55 421 73 43
Binary 1011110 100100 10001100 100001 1001010 0 101101 100010001 111011 100011

Color Harmonies of #5E248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E248C

Black with #5E248C

Text Example


Text Example

White with #5E248C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,36,140); }

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

background-color css

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

 a { background-color: rgb(94,36,140); }

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

border-color css

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

 span { border-color: rgb(94,36,140); }

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