Html Css Color HEX #5C298C Kingfisher Daisy

📋 copy color: '#5C298C'

red 92 ◦ green 41 ◦ blue 140

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

Shades of Kingfisher Daisy #5C298C

Tints of Kingfisher Daisy #5C298C

RGB

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

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

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

R = 33.7%
G = 15.02%
B = 51.28%

CMYK

 C value IS 0.34

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5C298C (or 0x5C298C) is known color: Kingfisher Daisy. HEX triplet: 5C, 29 and 8C. RGB value is (92,41,140). Sum of RGB (Red+Green+Blue) = 92+41+140=273 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.70% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #5C298C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C298C is #A3D673. Grayscale: #434343. Windows color (decimal): -10737268 or 9185628. OLE color: 9185628.

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

Color convert

RGB 92 41 140 -
CMYK 0.34 0.71 0 0.45
HSL 270.91º 0.55% 0.35% -
HSV(B) 270.91º 0.71% 0.55% -
XYZ 9.94 5.75 25.4 -
YUV 67.54 168.9 145.45 -
System Red Green Blue C M Y K H S L
Decimal 92 41 140 0.34 0.71 0 0.45 270.91 0.55 0.35
Hex 5C 29 8C 22 47 0 2D 10F 37 23
Octal 134 51 214 42 107 0 55 417 67 43
Binary 1011100 101001 10001100 100010 1000111 0 101101 100001111 110111 100011

Color Harmonies of #5C298C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C298C

Black with #5C298C

Text Example


Text Example

White with #5C298C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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