#5C297B

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

Shades of Kingfisher Daisy #5C297B

Tints of Kingfisher Daisy #5C297B

Color information

#5C297B (or 0x5C297B) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 29 and 7B. RGB value is (92,41,123). Sum of RGB (Red+Green+Blue) = 92+41+123=256 (33% of max value = 765). Red value is 92 (36.33% from 255 or 35.94% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #5C297B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C297B is #A3D684. Grayscale: #414141. Windows color (decimal): -10737285 or 8071516. OLE color: 8071516.

HSL color Cylindrical-coordinate representation of color #5C297B: hue angle of 277.32º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C297B is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9241123-
CMYK0.250.6700.52
HSL277.32º50%32.16%-
HSV(B)277.32º66.67%48.24%-
XYZ8.785.2919.3-
YUV65.6160.4146.83-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.94%
GREEN value IS 41 (16.41% from 255) = 16.02%
BLUE value IS 123 (48.44% from 255) = 48.05%
R=35.94%
G=16.02%
B=48.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal92411230.250.6700.52277.325032.16
Hex5C297B19430341153220
Octal13451173311030644256240
Binary101110010100111110111100110000110110100100010101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,41,123); }

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

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

 a { background-color: rgb(92,41,123); }

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

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

 span { border-color: rgb(92,41,123); }

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