Html Css Color HEX #5E358C Kingfisher Daisy

📋 copy color: '#5E358C'

red 94 ◦ green 53 ◦ blue 140

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

Shades of Kingfisher Daisy #5E358C

Tints of Kingfisher Daisy #5E358C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.47%

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

R = 32.75%
G = 18.47%
B = 48.78%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5E358C (or 0x5E358C) is known color: Kingfisher Daisy. HEX triplet: 5E, 35 and 8C. RGB value is (94,53,140). Sum of RGB (Red+Green+Blue) = 94+53+140=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #5E358C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E358C is #A1CA73. Grayscale: #4A4A4A. Windows color (decimal): -10603124 or 9188702. OLE color: 9188702.

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

Color convert

RGB 94 53 140 -
CMYK 0.33 0.62 0 0.45
HSL 268.28º 0.45% 0.38% -
HSV(B) 268.28º 0.62% 0.55% -
XYZ 10.62 6.82 25.57 -
YUV 75.18 164.58 141.43 -
System Red Green Blue C M Y K H S L
Decimal 94 53 140 0.33 0.62 0 0.45 268.28 0.45 0.38
Hex 5E 35 8C 21 3E 0 2D 10C 2D 26
Octal 136 65 214 41 76 0 55 414 55 46
Binary 1011110 110101 10001100 100001 111110 0 101101 100001100 101101 100110

Color Harmonies of #5E358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E358C

Black with #5E358C

Text Example


Text Example

White with #5E358C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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