#55327F

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

Shades of Kingfisher Daisy #55327F

Tints of Kingfisher Daisy #55327F

Color information

#55327F (or 0x55327F) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 32 and 7F. RGB value is (85,50,127). Sum of RGB (Red+Green+Blue) = 85+50+127=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #55327F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55327F is #AACD80. Grayscale: #444444. Windows color (decimal): -11193729 or 8335957. OLE color: 8335957.

HSL color Cylindrical-coordinate representation of color #55327F: hue angle of 267.27º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55327F is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8550127-
CMYK0.330.6100.50
HSL267.27º43.5%34.71%-
HSV(B)267.27º60.63%49.8%-
XYZ8.725.7420.73-
YUV69.24160.6139.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.44%
GREEN value IS 50 (19.92% from 255) = 19.08%
BLUE value IS 127 (50% from 255) = 48.47%
R=32.44%
G=19.08%
B=48.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85501270.330.6100.50267.2743.534.71
Hex55327F213D03210b2c23
Octal1256217741750624135443
Binary101010111001011111111000011111010110010100001011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55327F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55327F; }

 p { color: rgb(85,50,127); }

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

<style>
 a { background-color: #55327F; }

 a { background-color: rgb(85,50,127); }

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

<style>
 span { border-color: #55327F; }

 span { border-color: rgb(85,50,127); }

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