Html Css Color HEX #5C2879 Kingfisher Daisy

📋 copy color: '#5C2879'

red 92 ◦ green 40 ◦ blue 121

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

Shades of Kingfisher Daisy #5C2879

Tints of Kingfisher Daisy #5C2879

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.81%

 BLUE value IS 121 (47.66% from 255) = 47.83%

R = 36.36%
G = 15.81%
B = 47.83%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5C2879 (or 0x5C2879) is known color: Kingfisher Daisy. HEX triplet: 5C, 28 and 79. RGB value is (92,40,121). Sum of RGB (Red+Green+Blue) = 92+40+121=253 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.36% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 121 (47.66% from 255 or 47.83% from 253); Max value from RGB is 121 - color contains mainly: blue. Hex color #5C2879 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2879 is #A3D786. Grayscale: #404040. Windows color (decimal): -10737543 or 7940188. OLE color: 7940188.

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

Color convert

RGB 92 40 121 -
CMYK 0.24 0.67 0 0.53
HSL 278.52º 0.5% 0.32% -
HSV(B) 278.52º 0.67% 0.47% -
XYZ 8.62 5.17 18.63 -
YUV 64.78 159.73 147.41 -
System Red Green Blue C M Y K H S L
Decimal 92 40 121 0.24 0.67 0 0.53 278.52 0.5 0.32
Hex 5C 28 79 18 43 0 35 117 32 20
Octal 134 50 171 30 103 0 65 427 62 40
Binary 1011100 101000 1111001 11000 1000011 0 110101 100010111 110010 100000

Color Harmonies of #5C2879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C2879

Black with #5C2879

Text Example


Text Example

White with #5C2879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,40,121); }

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

background-color css

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

 a { background-color: rgb(92,40,121); }

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

border-color css

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

 span { border-color: rgb(92,40,121); }

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