Html Css Color HEX #5C328C Kingfisher Daisy

📋 copy color: '#5C328C'

red 92 ◦ green 50 ◦ blue 140

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

Shades of Kingfisher Daisy #5C328C

Tints of Kingfisher Daisy #5C328C

RGB

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

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

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

R = 32.62%
G = 17.73%
B = 49.65%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5C328C (or 0x5C328C) is known color: Kingfisher Daisy. HEX triplet: 5C, 32 and 8C. RGB value is (92,50,140). Sum of RGB (Red+Green+Blue) = 92+50+140=282 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.62% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #5C328C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C328C is #A3CD73. Grayscale: #484848. Windows color (decimal): -10734964 or 9187932. OLE color: 9187932.

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

Color convert

RGB 92 50 140 -
CMYK 0.34 0.64 0 0.45
HSL 268º 0.47% 0.37% -
HSV(B) 268º 0.64% 0.55% -
XYZ 10.29 6.45 25.51 -
YUV 72.82 165.91 141.68 -
System Red Green Blue C M Y K H S L
Decimal 92 50 140 0.34 0.64 0 0.45 268 0.47 0.37
Hex 5C 32 8C 22 40 0 2D 10C 2F 25
Octal 134 62 214 42 100 0 55 414 57 45
Binary 1011100 110010 10001100 100010 1000000 0 101101 100001100 101111 100101

Color Harmonies of #5C328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C328C

Black with #5C328C

Text Example


Text Example

White with #5C328C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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