#5C3E7C

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

Shades of Kingfisher Daisy #5C3E7C

Tints of Kingfisher Daisy #5C3E7C

Color information

#5C3E7C (or 0x5C3E7C) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 3E and 7C. RGB value is (92,62,124). Sum of RGB (Red+Green+Blue) = 92+62+124=278 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.09% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 124 - color contains mainly: blue. Hex color #5C3E7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3E7C is #A3C183. Grayscale: #4D4D4D. Windows color (decimal): -10731908 or 8142428. OLE color: 8142428.

HSL color Cylindrical-coordinate representation of color #5C3E7C: hue angle of 269.03º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C3E7C is Cyan = 0.26, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9262124-
CMYK0.260.500.51
HSL269.03º33.33%36.47%-
HSV(B)269.03º50%48.63%-
XYZ9.777.1819.94-
YUV78.04153.94137.96-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.09%
GREEN value IS 62 (24.61% from 255) = 22.30%
BLUE value IS 124 (48.83% from 255) = 44.60%
R=33.09%
G=22.30%
B=44.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal92621240.260.500.51269.0333.3336.47
Hex5C3E7C1A3203310d2124
Octal1347617432620634154144
Binary10111001111101111100110101100100110011100001101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,62,124); }

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

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

 a { background-color: rgb(92,62,124); }

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

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

 span { border-color: rgb(92,62,124); }

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