#55317A

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

Shades of Kingfisher Daisy #55317A

Tints of Kingfisher Daisy #55317A

Color information

#55317A (or 0x55317A) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 31 and 7A. RGB value is (85,49,122). Sum of RGB (Red+Green+Blue) = 85+49+122=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 122 - color contains mainly: blue. Hex color #55317A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55317A is #AACE85. Grayscale: #434343. Windows color (decimal): -11193990 or 8008021. OLE color: 8008021.

HSL color Cylindrical-coordinate representation of color #55317A: hue angle of 269.59º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55317A is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8549122-
CMYK0.300.6000.52
HSL269.59º42.69%33.53%-
HSV(B)269.59º59.84%47.84%-
XYZ8.365.5319.04-
YUV68.09158.43140.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.20%
GREEN value IS 49 (19.53% from 255) = 19.14%
BLUE value IS 122 (48.05% from 255) = 47.66%
R=33.20%
G=19.14%
B=47.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85491220.300.6000.52269.5942.6933.53
Hex55317A1E3C03410e2b22
Octal1256117236740644165342
Binary10101011100011111010111101111000110100100001110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55317A; }

 p { color: rgb(85,49,122); }

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

<style>
 a { background-color: #55317A; }

 a { background-color: rgb(85,49,122); }

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

<style>
 span { border-color: #55317A; }

 span { border-color: rgb(85,49,122); }

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