Html Css Color HEX #5C1C99 Kingfisher Daisy

📋 copy color: '#5C1C99'

red 92 ◦ green 28 ◦ blue 153

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

Shades of Kingfisher Daisy #5C1C99

Tints of Kingfisher Daisy #5C1C99

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.26%

 BLUE value IS 153 (60.16% from 255) = 56.04%

R = 33.7%
G = 10.26%
B = 56.04%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5C1C99 (or 0x5C1C99) is known color: Kingfisher Daisy. HEX triplet: 5C, 1C and 99. RGB value is (92,28,153). Sum of RGB (Red+Green+Blue) = 92+28+153=273 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.70% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #5C1C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C1C99 is #A3E366. Grayscale: #3C3C3C. Windows color (decimal): -10740583 or 10034268. OLE color: 10034268.

HSL color Cylindrical-coordinate representation of color #5C1C99: hue angle of 270.72º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C1C99 is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 92 28 153 -
CMYK 0.40 0.82 0 0.4
HSL 270.72º 0.69% 0.35% -
HSV(B) 270.72º 0.82% 0.6% -
XYZ 10.58 5.41 30.62 -
YUV 61.39 179.7 149.84 -
System Red Green Blue C M Y K H S L
Decimal 92 28 153 0.40 0.82 0 0.4 270.72 0.69 0.35
Hex 5C 1C 99 28 52 0 28 10F 45 23
Octal 134 34 231 50 122 0 50 417 105 43
Binary 1011100 11100 10011001 101000 1010010 0 101000 100001111 1000101 100011

Color Harmonies of #5C1C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1C99

Black with #5C1C99

Text Example


Text Example

White with #5C1C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,28,153); }

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

background-color css

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

 a { background-color: rgb(92,28,153); }

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

border-color css

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

 span { border-color: rgb(92,28,153); }

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