#5C2E8D

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

Shades of Kingfisher Daisy #5C2E8D

Tints of Kingfisher Daisy #5C2E8D

Color information

#5C2E8D (or 0x5C2E8D) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 2E and 8D. RGB value is (92,46,141). Sum of RGB (Red+Green+Blue) = 92+46+141=279 (36% of max value = 765). Red value is 92 (36.33% from 255 or 32.97% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #5C2E8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2E8D is #A3D172. Grayscale: #464646. Windows color (decimal): -10735987 or 9252444. OLE color: 9252444.

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

Color convert

RGB9246141-
CMYK0.350.6700.45
HSL269.05º50.8%36.67%-
HSV(B)269.05º67.38%55.29%-
XYZ10.26.1525.85-
YUV70.58167.74143.28-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.97%
GREEN value IS 46 (18.36% from 255) = 16.49%
BLUE value IS 141 (55.47% from 255) = 50.54%
R=32.97%
G=16.49%
B=50.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal92461410.350.6700.45269.0550.836.67
Hex5C2E8D234302D10d3325
Octal13456215431030554156345
Binary10111001011101000110110001110000110101101100001101110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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