Html Css Color HEX #5C327C Kingfisher Daisy

📋 copy color: '#5C327C'

red 92 ◦ green 50 ◦ blue 124

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

Shades of Kingfisher Daisy #5C327C

Tints of Kingfisher Daisy #5C327C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 46.62%

R = 34.59%
G = 18.8%
B = 46.62%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5C327C (or 0x5C327C) is known color: Kingfisher Daisy. HEX triplet: 5C, 32 and 7C. RGB value is (92,50,124). Sum of RGB (Red+Green+Blue) = 92+50+124=266 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.59% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #5C327C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C327C is #A3CD83. Grayscale: #464646. Windows color (decimal): -10734980 or 8139356. OLE color: 8139356.

HSL color Cylindrical-coordinate representation of color #5C327C: hue angle of 274.05º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C327C is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 92 50 124 -
CMYK 0.26 0.60 0 0.51
HSL 274.05º 0.43% 0.34% -
HSV(B) 274.05º 0.6% 0.49% -
XYZ 9.19 6.01 19.74 -
YUV 70.99 157.91 142.98 -
System Red Green Blue C M Y K H S L
Decimal 92 50 124 0.26 0.60 0 0.51 274.05 0.43 0.34
Hex 5C 32 7C 1A 3C 0 33 112 2B 22
Octal 134 62 174 32 74 0 63 422 53 42
Binary 1011100 110010 1111100 11010 111100 0 110011 100010010 101011 100010

Color Harmonies of #5C327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C327C

Black with #5C327C

Text Example


Text Example

White with #5C327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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