Html Css Color HEX #5C318C Kingfisher Daisy

📋 copy color: '#5C318C'

red 92 ◦ green 49 ◦ blue 140

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

Shades of Kingfisher Daisy #5C318C

Tints of Kingfisher Daisy #5C318C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.44%

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

R = 32.74%
G = 17.44%
B = 49.82%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5C318C (or 0x5C318C) is known color: Kingfisher Daisy. HEX triplet: 5C, 31 and 8C. RGB value is (92,49,140). Sum of RGB (Red+Green+Blue) = 92+49+140=281 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.74% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #5C318C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C318C is #A3CE73. Grayscale: #474747. Windows color (decimal): -10735220 or 9187676. OLE color: 9187676.

HSL color Cylindrical-coordinate representation of color #5C318C: hue angle of 268.35º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C318C is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 92 49 140 -
CMYK 0.34 0.65 0 0.45
HSL 268.35º 0.48% 0.37% -
HSV(B) 268.35º 0.65% 0.55% -
XYZ 10.25 6.37 25.5 -
YUV 72.23 166.25 142.1 -
System Red Green Blue C M Y K H S L
Decimal 92 49 140 0.34 0.65 0 0.45 268.35 0.48 0.37
Hex 5C 31 8C 22 41 0 2D 10C 30 25
Octal 134 61 214 42 101 0 55 414 60 45
Binary 1011100 110001 10001100 100010 1000001 0 101101 100001100 110000 100101

Color Harmonies of #5C318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C318C

Black with #5C318C

Text Example


Text Example

White with #5C318C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,49,140); }

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

background-color css

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

 a { background-color: rgb(92,49,140); }

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

border-color css

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

 span { border-color: rgb(92,49,140); }

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