#5C3583

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

Shades of Kingfisher Daisy #5C3583

Tints of Kingfisher Daisy #5C3583

Color information

#5C3583 (or 0x5C3583) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 35 and 83. RGB value is (92,53,131). Sum of RGB (Red+Green+Blue) = 92+53+131=276 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.33% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 131 - color contains mainly: blue. Hex color #5C3583 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3583 is #A3CA7C. Grayscale: #494949. Windows color (decimal): -10734205 or 8598876. OLE color: 8598876.

HSL color Cylindrical-coordinate representation of color #5C3583: hue angle of 270º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C3583 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9253131-
CMYK0.300.6000.49
HSL270º42.39%36.08%-
HSV(B)270º59.54%51.37%-
XYZ9.786.4622.2-
YUV73.55160.42141.16-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.33%
GREEN value IS 53 (21.09% from 255) = 19.20%
BLUE value IS 131 (51.56% from 255) = 47.46%
R=33.33%
G=19.20%
B=47.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal92531310.300.6000.4927042.3936.08
Hex5C35831E3C03110e2a24
Octal1346520336740614165244
Binary101110011010110000011111101111000110001100001110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,53,131); }

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

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

 a { background-color: rgb(92,53,131); }

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

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

 span { border-color: rgb(92,53,131); }

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