Html Css Color HEX #5C328D Kingfisher Daisy

📋 copy color: '#5C328D'

red 92 ◦ green 50 ◦ blue 141

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

Shades of Kingfisher Daisy #5C328D

Tints of Kingfisher Daisy #5C328D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.67%

 BLUE value IS 141 (55.47% from 255) = 49.82%

R = 32.51%
G = 17.67%
B = 49.82%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5C328D (or 0x5C328D) is known color: Kingfisher Daisy. HEX triplet: 5C, 32 and 8D. RGB value is (92,50,141). Sum of RGB (Red+Green+Blue) = 92+50+141=283 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.51% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #5C328D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C328D is #A3CD72. Grayscale: #484848. Windows color (decimal): -10734963 or 9253468. OLE color: 9253468.

HSL color Cylindrical-coordinate representation of color #5C328D: hue angle of 267.69º 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 #5C328D is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 92 50 141 -
CMYK 0.35 0.65 0 0.45
HSL 267.69º 0.48% 0.37% -
HSV(B) 267.69º 0.65% 0.55% -
XYZ 10.36 6.48 25.9 -
YUV 72.93 166.41 141.6 -
System Red Green Blue C M Y K H S L
Decimal 92 50 141 0.35 0.65 0 0.45 267.69 0.48 0.37
Hex 5C 32 8D 23 41 0 2D 10C 30 25
Octal 134 62 215 43 101 0 55 414 60 45
Binary 1011100 110010 10001101 100011 1000001 0 101101 100001100 110000 100101

Color Harmonies of #5C328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C328D

Black with #5C328D

Text Example


Text Example

White with #5C328D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,50,141); }

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

background-color css

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

 a { background-color: rgb(92,50,141); }

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

border-color css

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

 span { border-color: rgb(92,50,141); }

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