#5C4198

Color #5C4198 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #5C4198

Tints of Daisy Bush #5C4198

Color information

#5C4198 (or 0x5C4198) is unknown color: approx Daisy Bush. HEX triplet: 5C, 41 and 98. RGB value is (92,65,152). Sum of RGB (Red+Green+Blue) = 92+65+152=309 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.77% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 152 (59.77% from 255 or 49.19% from 309); Max value from RGB is 152 - color contains mainly: blue. Hex color #5C4198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4198 is #A3BE67. Grayscale: #525252. Windows color (decimal): -10731112 or 9978204. OLE color: 9978204.

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

Color convert

RGB9265152-
CMYK0.390.5700.40
HSL258.62º40.09%42.55%-
HSV(B)258.62º57.24%59.61%-
XYZ11.978.3230.68-
YUV82.99166.95134.43-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.77%
GREEN value IS 65 (25.78% from 255) = 21.04%
BLUE value IS 152 (59.77% from 255) = 49.19%
R=29.77%
G=21.04%
B=49.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal92651520.390.5700.40258.6240.0942.55
Hex5C41982739028103282b
Octal13410123047710504035053
Binary10111001000001100110001001111110010101000100000011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,65,152); }

 H1.HeaderClassName
 {
   color: #5C4198;
 }
 .AnyTagClassName
 {
   color: #5C4198;
 }
</style>
background-color css

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

 a { background-color: rgb(92,65,152); }

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

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

 span { border-color: rgb(92,65,152); }

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