#5C307D

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

Shades of Kingfisher Daisy #5C307D

Tints of Kingfisher Daisy #5C307D

Color information

#5C307D (or 0x5C307D) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 30 and 7D. RGB value is (92,48,125). Sum of RGB (Red+Green+Blue) = 92+48+125=265 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.72% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 125 - color contains mainly: blue. Hex color #5C307D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C307D is #A3CF82. Grayscale: #454545. Windows color (decimal): -10735491 or 8204380. OLE color: 8204380.

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

Color convert

RGB9248125-
CMYK0.260.6200.51
HSL274.29º44.51%33.92%-
HSV(B)274.29º61.6%49.02%-
XYZ9.175.8720.05-
YUV69.93159.08143.74-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.72%
GREEN value IS 48 (19.14% from 255) = 18.11%
BLUE value IS 125 (49.22% from 255) = 47.17%
R=34.72%
G=18.11%
B=47.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal92481250.260.6200.51274.2944.5133.92
Hex5C307D1A3E0331122d22
Octal1346017532760634225542
Binary10111001100001111101110101111100110011100010010101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C307D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,48,125); }

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

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

 a { background-color: rgb(92,48,125); }

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

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

 span { border-color: rgb(92,48,125); }

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