Html Css Color HEX #5C2393 Kingfisher Daisy

📋 copy color: '#5C2393'

red 92 ◦ green 35 ◦ blue 147

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

Shades of Kingfisher Daisy #5C2393

Tints of Kingfisher Daisy #5C2393

RGB

 RED value IS 92 (36.33% from 255) = 33.58%

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

 BLUE value IS 147 (57.81% from 255) = 53.65%

R = 33.58%
G = 12.77%
B = 53.65%

CMYK

 C value IS 0.37

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5C2393 (or 0x5C2393) is known color: Kingfisher Daisy. HEX triplet: 5C, 23 and 93. RGB value is (92,35,147). Sum of RGB (Red+Green+Blue) = 92+35+147=274 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.58% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 147 (57.81% from 255 or 53.65% from 274); Max value from RGB is 147 - color contains mainly: blue. Hex color #5C2393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2393 is #A3DC6C. Grayscale: #404040. Windows color (decimal): -10738797 or 9642844. OLE color: 9642844.

HSL color Cylindrical-coordinate representation of color #5C2393: hue angle of 270.54º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C2393 is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 92 35 147 -
CMYK 0.37 0.76 0 0.42
HSL 270.54º 0.62% 0.36% -
HSV(B) 270.54º 0.76% 0.58% -
XYZ 10.28 5.58 28.14 -
YUV 64.81 174.38 147.39 -
System Red Green Blue C M Y K H S L
Decimal 92 35 147 0.37 0.76 0 0.42 270.54 0.62 0.36
Hex 5C 23 93 25 4C 0 2A 10F 3E 24
Octal 134 43 223 45 114 0 52 417 76 44
Binary 1011100 100011 10010011 100101 1001100 0 101010 100001111 111110 100100

Color Harmonies of #5C2393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C2393

Black with #5C2393

Text Example


Text Example

White with #5C2393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,35,147); }

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

background-color css

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

 a { background-color: rgb(92,35,147); }

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

border-color css

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

 span { border-color: rgb(92,35,147); }

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