Html Css Color HEX #5C298D Kingfisher Daisy

📋 copy color: '#5C298D'

red 92 ◦ green 41 ◦ blue 141

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

Shades of Kingfisher Daisy #5C298D

Tints of Kingfisher Daisy #5C298D

RGB

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

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

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

R = 33.58%
G = 14.96%
B = 51.46%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5C298D (or 0x5C298D) is known color: Kingfisher Daisy. HEX triplet: 5C, 29 and 8D. RGB value is (92,41,141). Sum of RGB (Red+Green+Blue) = 92+41+141=274 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.58% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #5C298D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C298D is #A3D672. Grayscale: #434343. Windows color (decimal): -10737267 or 9251164. OLE color: 9251164.

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

Color convert

RGB 92 41 141 -
CMYK 0.35 0.71 0 0.45
HSL 270.6º 0.55% 0.36% -
HSV(B) 270.6º 0.71% 0.55% -
XYZ 10.01 5.78 25.79 -
YUV 67.65 169.4 145.37 -
System Red Green Blue C M Y K H S L
Decimal 92 41 141 0.35 0.71 0 0.45 270.6 0.55 0.36
Hex 5C 29 8D 23 47 0 2D 10F 37 24
Octal 134 51 215 43 107 0 55 417 67 44
Binary 1011100 101001 10001101 100011 1000111 0 101101 100001111 110111 100100

Color Harmonies of #5C298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C298D

Black with #5C298D

Text Example


Text Example

White with #5C298D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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