Html Css Color HEX #5C297C Kingfisher Daisy

📋 copy color: '#5C297C'

red 92 ◦ green 41 ◦ blue 124

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

Shades of Kingfisher Daisy #5C297C

Tints of Kingfisher Daisy #5C297C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.95%

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

R = 35.8%
G = 15.95%
B = 48.25%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5C297C (or 0x5C297C) is known color: Kingfisher Daisy. HEX triplet: 5C, 29 and 7C. RGB value is (92,41,124). Sum of RGB (Red+Green+Blue) = 92+41+124=257 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.80% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #5C297C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C297C is #A3D683. Grayscale: #414141. Windows color (decimal): -10737284 or 8137052. OLE color: 8137052.

HSL color Cylindrical-coordinate representation of color #5C297C: hue angle of 276.87º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C297C is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 92 41 124 -
CMYK 0.26 0.67 0 0.51
HSL 276.87º 0.5% 0.32% -
HSV(B) 276.87º 0.67% 0.49% -
XYZ 8.84 5.32 19.63 -
YUV 65.71 160.9 146.75 -
System Red Green Blue C M Y K H S L
Decimal 92 41 124 0.26 0.67 0 0.51 276.87 0.5 0.32
Hex 5C 29 7C 1A 43 0 33 115 32 20
Octal 134 51 174 32 103 0 63 425 62 40
Binary 1011100 101001 1111100 11010 1000011 0 110011 100010101 110010 100000

Color Harmonies of #5C297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C297C

Black with #5C297C

Text Example


Text Example

White with #5C297C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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