#55297C

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

Shades of Kingfisher Daisy #55297C

Tints of Kingfisher Daisy #55297C

Color information

#55297C (or 0x55297C) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 29 and 7C. RGB value is (85,41,124). Sum of RGB (Red+Green+Blue) = 85+41+124=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #55297C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55297C is #AAD683. Grayscale: #3F3F3F. Windows color (decimal): -11196036 or 8137045. OLE color: 8137045.

HSL color Cylindrical-coordinate representation of color #55297C: hue angle of 271.81º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55297C is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8541124-
CMYK0.310.6700.51
HSL271.81º50.3%32.35%-
HSV(B)271.81º66.94%48.63%-
XYZ8.184.9719.6-
YUV63.62162.08143.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34%
GREEN value IS 41 (16.41% from 255) = 16.4%
BLUE value IS 124 (48.83% from 255) = 49.6%
R=34%
G=16.4%
B=49.6%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85411240.310.6700.51271.8150.332.35
Hex55297C1F430331103220
Octal12551174371030634206240
Binary101010110100111111001111110000110110011100010000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55297C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55297C; }

 p { color: rgb(85,41,124); }

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

<style>
 a { background-color: #55297C; }

 a { background-color: rgb(85,41,124); }

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

<style>
 span { border-color: #55297C; }

 span { border-color: rgb(85,41,124); }

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